Skip to content

Commit 7675e72

Browse files
authored
Bump base64-bytestring limit to 1.3 (#1382)
1 parent 6ebb9e4 commit 7675e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ library
7878
-- Here can be exceptions if we really need features from the newer versions.
7979
build-depends:
8080
base-compat >= 0.10.5 && < 0.12
81-
, base64-bytestring >= 1.0.0.1 && < 1.2
81+
, base64-bytestring >= 1.0.0.1 && < 1.3
8282
, exceptions >= 0.10.0 && < 0.11
8383
, http-media >= 0.7.1.3 && < 0.9
8484
, http-types >= 0.12.2 && < 0.13

0 commit comments

Comments
 (0)