summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2021-11-15 21:42:09 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2021-11-15 21:42:09 +0100
commit618b54f521191811db4c7247d22be150ce89af6a (patch)
treef636184d7292860470866063b9e7696d1891379a /erebos-tester.cabal
parent600432a8b68548024860356976879e9ff31d0eb2 (diff)
Separate module for output handling
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,