File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -28,23 +28,23 @@ library
28
28
29
29
build-depends :
30
30
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
48
48
49
49
test-suite test
50
50
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments