From a510193b661737321d8cf51923a28076f7c6f17f Mon Sep 17 00:00:00 2001 From: paolino Date: Fri, 21 Jul 2023 15:41:55 +0100 Subject: [PATCH] Bump dependencies to compile with ghc-9.4.5 --- streaming-with.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/streaming-with.cabal b/streaming-with.cabal index 0a2b6f8..127a832 100644 --- a/streaming-with.cabal +++ b/streaming-with.cabal @@ -26,9 +26,9 @@ library , Streaming.With.Lifted build-depends: base >= 4.8 && < 5 , exceptions >= 0.6 && < 0.11 - , managed == 1.0.* - , streaming-bytestring == 0.2.* + , managed < 1.1 + , streaming-bytestring < 0.3.2 , temporary >= 1.2.1 && < 1.4 - , transformers + , transformers < 0.6 hs-source-dirs: src default-language: Haskell2010