summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2023-03-01 21:51:24 +0100
committerRoman Smrž <roman.smrz@seznam.cz>2023-03-01 21:51:24 +0100
commitdf1cc5d142e8d0e332341b82eb581e77c328f687 (patch)
tree218aad7a946574b794a4658c36dbef59019e1c29 /erebos-tester.cabal
parent8f4bb4eddb4dabf20a9256d406a1b9823a54879b (diff)
Version information from git
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