diff options
-rw-r--r-- | erebos-tester.cabal | 4 |
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, |