Skip to content

Commit 40ac6fb

Browse files
authored
Merge pull request #1293 from felixonmars/patch-3
Allow base64-bytestring 1.1
2 parents 567eb73 + a221320 commit 40ac6fb

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
@@ -82,7 +82,7 @@ library
8282
-- Here can be exceptions if we really need features from the newer versions.
8383
build-depends:
8484
base-compat >= 0.10.5 && < 0.12
85-
, base64-bytestring >= 1.0.0.1 && < 1.1
85+
, base64-bytestring >= 1.0.0.1 && < 1.2
8686
, exceptions >= 0.10.0 && < 0.11
8787
, http-media >= 0.7.1.3 && < 0.9
8888
, http-types >= 0.12.2 && < 0.13

0 commit comments

Comments
 (0)