Skip to content

Commit 120bbfb

Browse files
committed
Set upper bounds on build dependencies
This is to silence the warnings that appear on `cabal check`.
1 parent 7ad3b41 commit 120bbfb

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

http-reverse-proxy.cabal

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ library
2828

2929
build-depends:
3030
base >=4.11 && <5
31-
, blaze-builder >=0.3
32-
, bytestring >=0.9
33-
, case-insensitive >=0.4
34-
, conduit >=1.3
35-
, conduit-extra
36-
, containers
37-
, http-client >=0.3
38-
, http-types >=0.6
39-
, network
40-
, resourcet
41-
, streaming-commons
42-
, text >=0.11
43-
, transformers
44-
, unliftio >=0.2
45-
, wai >=3.0
46-
, wai-logger
47-
, word8 >=0.0
31+
, blaze-builder >=0.3 && <0.5
32+
, bytestring >=0.9 && <0.13
33+
, case-insensitive >=0.4 && <1.3
34+
, conduit >=1.3 && <1.4
35+
, conduit-extra <1.4
36+
, containers <0.9
37+
, http-client >=0.3 && <0.8
38+
, http-types >=0.6 && <0.13
39+
, network <3.3
40+
, resourcet <1.4
41+
, streaming-commons <0.3
42+
, text >=0.11 && <2.2
43+
, transformers <0.7
44+
, unliftio >=0.2 && <0.3
45+
, wai >=3.0 && <3.3
46+
, wai-logger >=2.0 && <2.6
47+
, word8 >=0.0 && <0.2
4848

4949
test-suite test
5050
default-language: Haskell2010

0 commit comments

Comments
 (0)