Skip to content

Commit 1f701aa

Browse files
authored
Update upper bound limit for http-client (#1384)
1 parent 7412ac3 commit 1f701aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ library
6464
-- Here can be exceptions if we really need features from the newer versions.
6565
build-depends:
6666
base-compat >= 0.10.5 && < 0.12
67-
, http-client >= 0.5.13.1 && < 0.7
67+
, http-client >= 0.5.13.1 && < 0.8
6868
, http-media >= 0.7.1.3 && < 0.9
6969
, http-types >= 0.12.2 && < 0.13
7070
, exceptions >= 0.10.0 && < 0.11

0 commit comments

Comments
 (0)