Skip to content

Commit 188f73a

Browse files
zylaerikd
authored andcommitted
Relax lower bound of http-client dependency
This makes the package compatible with Stackage lts-18.11
1 parent fbd14dd commit 188f73a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http-proxy.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ library
4646
, case-insensitive >= 1.2
4747
, conduit == 1.3.*
4848
, conduit-extra == 1.3.*
49-
, http-client == 0.7.*
49+
, http-client >= 0.6 && < 0.8
5050
, http-conduit == 2.3.*
5151
, http-types == 0.12.*
5252
, mtl == 2.2.*

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ flags: {}
22
packages:
33
- '.'
44
extra-deps: []
5-
resolver: lts-2.21
5+
resolver: lts-18.11

0 commit comments

Comments
 (0)