summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--erebos-tester.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index 0ea71e2..133d088 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -34,7 +34,7 @@ executable erebos-tester
filepath ^>=1.4.2.1,
linux-namespaces ^>=0.1.3,
process ^>=1.6.9,
- unix ^>=2.7.2.2,
+ unix >=2.7 && <2.9,
hs-source-dirs: src
default-language: Haskell2010
@@ -96,9 +96,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.19,
+ template-haskell >=2.17 && <2.21,
text >=1.2 && <2.1,
th-compat >=0.1 && <0.2,
- unix ^>=2.7.2.2,
+ unix >=2.7 && <2.9,
hs-source-dirs: src
default-language: Haskell2010