Skip to content

Commit c8fdfa7

Browse files
committed
Bump dependency upper bounds
1 parent 188f73a commit c8fdfa7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

http-proxy.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@ library
4646
, case-insensitive >= 1.2
4747
, conduit == 1.3.*
4848
, conduit-extra == 1.3.*
49-
, http-client >= 0.6 && < 0.8
49+
, http-client >= 0.6 && < 0.8
5050
, http-conduit == 2.3.*
5151
, http-types == 0.12.*
52-
, mtl == 2.2.*
52+
, mtl >= 2.2 && < 2.4
5353
, network >= 3.1
54-
, resourcet == 1.2.*
54+
, resourcet >= 1.2 && < 1.4
5555
, streaming-commons == 0.2.*
56-
, tls == 1.5.*
57-
, text == 1.2.*
58-
, transformers == 0.5.*
56+
, tls >= 1.5 && < 2.2
57+
, text >= 2.0 && < 2.2
58+
, transformers >= 0.5 && < 0.7
5959
, wai == 3.2.*
6060
, wai-conduit == 3.0.*
61-
, warp == 3.3.*
62-
, warp-tls == 3.3.*
61+
, warp >= 3.3 && < 3.5
62+
, warp-tls >= 3.3 && < 3.5
6363

6464

6565

0 commit comments

Comments
 (0)