aboutsummaryrefslogtreecommitdiffstats
path: root/json2sql.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-12 05:30:47 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-12 05:30:47 +0100
commit9e79b37ce9f6f863d50659d1c51620d544cc5b5c (patch)
tree50d6dac8c580e0bcefc16fceeb84acee6e0f0d5a /json2sql.cabal
parent0ae2a8ebbc88e013d2a79ee727da82931002ef96 (diff)
refactor `Record`
Diffstat (limited to 'json2sql.cabal')
-rw-r--r--json2sql.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/json2sql.cabal b/json2sql.cabal
index 5851d0e..aab906b 100644
--- a/json2sql.cabal
+++ b/json2sql.cabal
@@ -20,6 +20,9 @@ executable json2sql
main-is: Main.hs
other-modules:
Debug
+ Exception
+ Field
+ Record
Store
-- other-extensions:
build-depends: base ^>=4.16.4.0,