From 012b5410aacb52b167aefeaf247a40548ae21dcc Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 19 Mar 2022 23:25:45 +0100 Subject: [PATCH] Relax upper bound on bytestring Everything appears to compile fine with GHC 9.2.1's bytestring 0.11.* --- socket.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket.cabal b/socket.cabal index efde3a6..df00f81 100644 --- a/socket.cabal +++ b/socket.cabal @@ -44,7 +44,7 @@ library , System.Socket.Internal.AddressInfo , System.Socket.Internal.Platform build-depends: base >= 4.7 && < 5 - , bytestring < 0.11 + , bytestring < 0.12 hs-source-dirs: src build-tools: hsc2hs default-language: Haskell2010