summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2021-08-06 22:47:50 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2021-08-06 22:47:50 +0200
commit8e1259ba31f312024a6644c112f0e0f1bbd891f5 (patch)
tree2535aef31d6a940005dee1fc95a8529b9f5eacc6
parentf978c1dd0195c2157db25c9631fc3b7030c4f2c6 (diff)
Update for GHC 8.10
-rw-r--r--erebos-tester.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/erebos-tester.cabal b/erebos-tester.cabal
index ab52ab4..2011157 100644
--- a/erebos-tester.cabal
+++ b/erebos-tester.cabal
@@ -22,7 +22,7 @@ executable erebos-tester
main-is: Wrapper.hs
-- other-modules:
-- other-extensions:
- build-depends: base ^>=4.13.0.0,
+ build-depends: base >=4.13 && <5,
filepath ^>=1.4.2.1,
linux-namespaces ^>=0.1.3,
process ^>=1.6.9,
@@ -36,7 +36,7 @@ executable erebos-tester-core
-- other-modules:
-- other-extensions:
default-extensions: LambdaCase
- build-depends: base ^>=4.13.0.0,
+ build-depends: base >=4.13 && <5,
directory ^>=1.3.6.0,
filepath ^>=1.4.2.1,
process ^>=1.6.9,