From 0c4cee8aa80f3793bd26ebccd2f60249a7c144fd Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 8 Feb 2024 04:51:59 +0100 Subject: add Git store --- json2sql.cabal | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'json2sql.cabal') 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 -- cgit v1.2.3