From d48d3d59491353cd9a6373cf8fcca14940654ef0 Mon Sep 17 00:00:00 2001 From: Alex McLean Date: Mon, 15 Apr 2024 14:22:47 +0100 Subject: [PATCH] bump upper bounds of network dependency to 3.3 --- tidal.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidal.cabal b/tidal.cabal index 45343758..dd39bb43 100644 --- a/tidal.cabal +++ b/tidal.cabal @@ -62,7 +62,7 @@ library , hosc >= 0.20 && < 0.21 , text < 2.2 , parsec >= 3.1.12 && < 3.2 - , network < 3.2 + , network < 3.3 , transformers >= 0.5 && < 0.7 , bytestring < 0.13 , clock < 0.9