Skip to content

Commit 0c0fe5b

Browse files
authored
Loosen bound on base16-bytestring (#1348)
1 parent 83bbc6d commit 0c0fe5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-client-core/servant-client-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ library
7777
build-depends:
7878
aeson >= 1.4.1.0 && < 1.6
7979
, base-compat >= 0.10.5 && < 0.12
80-
, base64-bytestring >= 1.0.0.1 && < 1.1
80+
, base64-bytestring >= 1.0.0.1 && < 1.2
8181
, exceptions >= 0.10.0 && < 0.11
8282
, free >= 5.1 && < 5.2
8383
, http-media >= 0.7.1.3 && < 0.9

0 commit comments

Comments
 (0)