diff options
Diffstat (limited to 'json2sql.cabal')
-rw-r--r-- | json2sql.cabal | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/json2sql.cabal b/json2sql.cabal index 23ef3a7..63c083c 100644 --- a/json2sql.cabal +++ b/json2sql.cabal @@ -18,15 +18,25 @@ common warnings executable json2sql import: warnings main-is: Main.hs - -- other-modules: + other-modules: + Store -- other-extensions: build-depends: base ^>=4.16.4.0, aeson, bytestring, containers, directory, + exceptions, filepath, + gitlib, + gitlib-libgit2, megaparsec, - text + mtl, + tagged, + text, + unliftio, + unliftio-core, + unordered-containers, + utf8-string hs-source-dirs: app default-language: GHC2021 |