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 188f73a commit fce5782Copy full SHA for fce5782
http-proxy.cabal
@@ -46,20 +46,20 @@ library
46
, case-insensitive >= 1.2
47
, conduit == 1.3.*
48
, conduit-extra == 1.3.*
49
- , http-client >= 0.6 && < 0.8
+ , http-client >= 0.6 && < 0.8
50
, http-conduit == 2.3.*
51
, http-types == 0.12.*
52
- , mtl == 2.2.*
+ , mtl >= 2.2 && < 2.4
53
, network >= 3.1
54
- , resourcet == 1.2.*
+ , resourcet >= 1.2 && < 1.4
55
, streaming-commons == 0.2.*
56
- , tls == 1.5.*
57
- , text == 1.2.*
58
- , transformers == 0.5.*
+ , tls >= 1.5 && < 2.2
+ , text >= 2.0 && < 2.2
+ , transformers >= 0.5 && < 0.7
59
, wai == 3.2.*
60
, wai-conduit == 3.0.*
61
- , warp == 3.3.*
62
- , warp-tls == 3.3.*
+ , warp >= 3.3 && < 3.5
+ , warp-tls >= 3.3 && < 3.5
63
64
65
0 commit comments