From 20e3b287b7abfbccbd7d94aa403262645563a4cc Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 1 Nov 2021 20:47:28 +0000 Subject: Update with basic Parser types --- gsa-parser.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gsa-parser.cabal') 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 -- cgit