aboutsummaryrefslogtreecommitdiffstats
path: root/gsa-parser.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gsa-parser.cabal')
-rw-r--r--gsa-parser.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/gsa-parser.cabal b/gsa-parser.cabal
index a171840..e0115df 100644
--- a/gsa-parser.cabal
+++ b/gsa-parser.cabal
@@ -35,6 +35,7 @@ library
exposed-modules: GSA
, GSA.Common
, GSA.Types
+ , GSA.Parser
build-depends:
, containers
, mtl
@@ -46,6 +47,7 @@ executable gsa-parser-exe
hs-source-dirs: app
main-is: Main.hs
build-depends: gsa-parser
+ , text
ghc-options: -threaded -rtsopts -with-rtsopts=-N
test-suite gsa-parser-test