summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r--erebos-tester.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index 9399c6d..4e09485 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -33,10 +33,12 @@ executable erebos-tester
executable erebos-tester-core
ghc-options: -Wall -threaded
main-is: Main.hs
- other-modules: Parser
+ other-modules: Output
+ Parser
Test
-- other-extensions:
- default-extensions: LambdaCase
+ default-extensions: ImportQualifiedPost
+ LambdaCase
build-depends: base >=4.13 && <5,
containers ^>=0.6.2.1,
directory ^>=1.3.6.0,