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