From 6ad6b7d088306fbea0a450ea46a2004bbb595b80 Mon Sep 17 00:00:00 2001 From: cydparser Date: Fri, 26 Apr 2024 16:32:09 -0700 Subject: [PATCH] Bump network upper bound --- io-streams.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io-streams.cabal b/io-streams.cabal index 3f65cfd..be0420e 100644 --- a/io-streams.cabal +++ b/io-streams.cabal @@ -158,7 +158,7 @@ Library if flag(Network) Exposed-modules: System.IO.Streams.Network Other-modules: System.IO.Streams.Internal.Network - Build-depends: network >= 2.3 && <3.2 + Build-depends: network >= 2.3 && <4 cpp-options: -DENABLE_NETWORK other-extensions: