about summary refs log tree commit diff
path: root/users/Profpatsch/netencode/netencode.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/netencode/netencode.cabal')
-rw-r--r--users/Profpatsch/netencode/netencode.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/netencode/netencode.cabal b/users/Profpatsch/netencode/netencode.cabal
index 23c09c9065..1bd1d6052a 100644
--- a/users/Profpatsch/netencode/netencode.cabal
+++ b/users/Profpatsch/netencode/netencode.cabal
@@ -8,7 +8,7 @@ library
     exposed-modules:          Netencode
 
     build-depends:
-        base ^>=4.15.1.0,
+        base >=4.15 && <5,
         hedgehog,
         nonempty-containers,
         deriving-compat,