Skip to content

Commit 6abf733

Browse files
Fix missing bound
1 parent ab55c11 commit 6abf733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ common common-options
5454
common lib-depends
5555
build-depends:
5656
SHA ^>=1.6,
57-
base64 >=1.0,
57+
base64 >=1.0 && <2,
5858
bytestring >=0.11.3 && <0.13,
5959
containers >=0.6.5 && <0.8,
6060
exceptions >=0.10.4 && <0.11,

0 commit comments

Comments
 (0)