@@ -40,27 +40,27 @@ library
4040 Network.HTTP.Proxy.Request
4141
4242 build-depends : base >= 4 && < 5
43- , async == 2.2. *
43+ , async >= 2.0.2 && < 2.3
4444 , blaze-builder == 0.4. *
4545 , bytestring == 0.10. *
46- , bytestring-lexing == 0.5. *
46+ , bytestring-lexing >= 0.4.3.3 && < 0.6
4747 , 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
5858 , text == 1.2. *
5959 , transformers == 0.5. *
60- , wai == 3.2. *
60+ , wai >= 3.0.3.0 && < 3.3
6161 , 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
6464
6565
6666
0 commit comments