Skip to content

Commit 0f32a13

Browse files
committed
Relax bytestring package bounds
1 parent ffaee2a commit 0f32a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix-client/matrix-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ common common-options
4949
common lib-depends
5050
build-depends: SHA ^>= 1.6
5151
, base64 >= 0.4.2 && < 0.5
52-
, bytestring >= 0.11.3 && < 0.12
5352
, containers >= 0.6.5 && < 0.7
53+
, bytestring >= 0.11.3 && < 0.13
5454
, exceptions >= 0.10.4 && < 0.11
5555
, hashable >= 1.4.0 && < 1.5
5656
, http-client >= 0.5.0 && < 0.8

0 commit comments

Comments
 (0)