about summary refs log tree commit diff
path: root/users/Profpatsch/execline/exec-helpers.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/execline/exec-helpers.cabal')
-rw-r--r--users/Profpatsch/execline/exec-helpers.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/execline/exec-helpers.cabal b/users/Profpatsch/execline/exec-helpers.cabal
index 5441dff1d0..1262a36ec2 100644
--- a/users/Profpatsch/execline/exec-helpers.cabal
+++ b/users/Profpatsch/execline/exec-helpers.cabal
@@ -8,7 +8,7 @@ library
     exposed-modules:          ExecHelpers
 
     build-depends:
-        base ^>=4.15.1.0,
+        base >=4.15 && <5,
         my-prelude
 
     default-language: Haskell2010