From 9c039977de3b857614fb1dcc30022e1b9b332a1e Mon Sep 17 00:00:00 2001 From: solomon Date: Sun, 21 Jan 2024 23:24:44 -0800 Subject: [PATCH] Relax bytestring package bounds --- matrix-client/matrix-client.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-client/matrix-client.cabal b/matrix-client/matrix-client.cabal index 40cf35e..7caa352 100644 --- a/matrix-client/matrix-client.cabal +++ b/matrix-client/matrix-client.cabal @@ -49,8 +49,8 @@ common common-options common lib-depends build-depends: SHA ^>= 1.6 , base64 >= 0.4.2 && < 0.5 - , bytestring >= 0.11.3 && < 0.12 , containers >= 0.6.5 && < 0.7 + , bytestring >= 0.11.3 && < 0.13 , exceptions >= 0.10.4 && < 0.11 , hashable >= 1.4.0 && < 1.5 , http-client >= 0.5.0 && < 0.8