aboutsummaryrefslogtreecommitdiffstats
path: root/gsa-parser.cabal
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-11-01 20:47:28 +0000
committerYann Herklotz <git@yannherklotz.com>2021-11-01 20:47:28 +0000
commit20e3b287b7abfbccbd7d94aa403262645563a4cc (patch)
tree742af9087fe9f1dcdee41ca2104564ed630a0ceb /gsa-parser.cabal
parent645ea9ac09039d3c695c25018b2f089df7e09828 (diff)
downloadgsa-parser-20e3b287b7abfbccbd7d94aa403262645563a4cc.tar.gz
gsa-parser-20e3b287b7abfbccbd7d94aa403262645563a4cc.zip
Update with basic Parser types
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