@@ -40,27 +40,27 @@ library
40
40
Network.HTTP.Proxy.Request
41
41
42
42
build-depends : base >= 4 && < 5
43
- , async == 2.2. *
43
+ , async >= 2.0.2 && < 2.3
44
44
, blaze-builder == 0.4. *
45
45
, bytestring == 0.10. *
46
- , bytestring-lexing == 0.5. *
46
+ , bytestring-lexing >= 0.4.3.3 && < 0.6
47
47
, case-insensitive == 1.2. *
48
- , conduit == 1.3. *
49
- , conduit-extra == 1.3. *
50
- , http-client == 0.6. *
51
- , http-conduit == 2.3. *
52
- , http-types == 0.12. *
53
- , mtl == 2.2. *
54
- , network == 2.8. *
55
- , resourcet == 1.2. *
56
- , streaming-commons == 0.2. *
57
- , tls == 1.4. *
48
+ , conduit >= 1.2.5 && < 1.4
49
+ , conduit-extra >= 1.1.9.1 && < 1.4
50
+ , http-client >= 0.5.7.1 && < 0.7
51
+ , http-conduit >= 2.2.4 && < 2.4
52
+ , http-types >= 0.8.6 && < 0.13
53
+ , mtl >= 2.1.3.1 && < 2.3
54
+ , network >= 2.6.2.1 && < 3.2
55
+ , resourcet >= 1.1.6 && < 1.3
56
+ , streaming-commons >= 0.1.12.1 && < 0.3
57
+ , tls >= 1.2.18 && < 1.6
58
58
, text == 1.2. *
59
59
, transformers == 0.5. *
60
- , wai == 3.2. *
60
+ , wai >= 3.0.3.0 && < 3.3
61
61
, wai-conduit == 3.0. *
62
- , warp == 3.2. *
63
- , warp-tls == 3.2. *
62
+ , warp >= 3.0.13.1 && < 3.4
63
+ , warp-tls >= 3.0.4.2 && < 3.3
64
64
65
65
66
66
0 commit comments