summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r--erebos-tester.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index 2011157..5562d7f 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -33,7 +33,7 @@ executable erebos-tester
executable erebos-tester-core
ghc-options: -Wall -threaded
main-is: Main.hs
- -- other-modules:
+ other-modules: Test
-- other-extensions:
default-extensions: LambdaCase
build-depends: base >=4.13 && <5,
@@ -42,5 +42,6 @@ executable erebos-tester-core
process ^>=1.6.9,
regex-tdfa ^>=1.3.1.0,
stm ^>=2.5.0.1,
+ text ^>=1.2.4.0,
hs-source-dirs: src
default-language: Haskell2010