diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-08 04:51:59 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-08 04:51:59 +0100 |
commit | 0c4cee8aa80f3793bd26ebccd2f60249a7c144fd (patch) | |
tree | efa2d7e3c4f61090b04907c077ae7d2fd1d64067 /json2sql.cabal | |
parent | a980a128c54dff021ec21478e60b5e241749d504 (diff) |
add Git store
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 |