summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'erebos-tester.cabal')
-rw-r--r--erebos-tester.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index ee062b2..a6bd7c5 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -44,6 +44,8 @@ executable erebos-tester-core
Run.Monad
Test
Util
+ Version
+ Version.Git
other-extensions: TemplateHaskell
default-extensions: ExistentialQuantification
FlexibleContexts
@@ -77,7 +79,9 @@ executable erebos-tester-core
regex-tdfa ^>=1.3.1.0,
scientific >=0.3 && < 0.4,
stm ^>=2.5.0.1,
+ template-haskell >=2.17 && <2.18,
text >=1.2 && <2.1,
+ th-compat >=0.1 && <0.2,
unix ^>=2.7.2.2,
hs-source-dirs: src
default-language: Haskell2010