We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd14dd commit 188f73aCopy full SHA for 188f73a
http-proxy.cabal
@@ -46,7 +46,7 @@ library
46
, case-insensitive >= 1.2
47
, conduit == 1.3.*
48
, conduit-extra == 1.3.*
49
- , http-client == 0.7.*
+ , http-client >= 0.6 && < 0.8
50
, http-conduit == 2.3.*
51
, http-types == 0.12.*
52
, mtl == 2.2.*
stack.yaml
@@ -2,4 +2,4 @@ flags: {}
2
packages:
3
- '.'
4
extra-deps: []
5
-resolver: lts-2.21
+resolver: lts-18.11
0 commit comments