File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,7 @@ library
33
33
34
34
-- other dependencies
35
35
build-depends :
36
- http-media >= 0.7.1.3 && < 0.9
37
- , resourcet >= 1.2.2 && < 1.3
36
+ resourcet >= 1.2.2 && < 1.3
38
37
, servant >= 0.16 && < 0.19
39
38
40
39
source-repository head
Original file line number Diff line number Diff line change @@ -29,10 +29,8 @@ library
29
29
array >= 0.5.1.1 && < 0.6
30
30
, base >= 4.9 && < 5
31
31
, bytestring >= 0.10.8.1 && < 0.11
32
- , directory >= 1.3 && < 1.4
33
32
, text >= 1.2.3.0 && < 1.3
34
- , transformers >= 0.5.2.0 && < 0.6
35
- , random >= 0.1.1 && < 1.2
33
+ , random >= 0.1.1 && < 1.3
36
34
37
35
-- other dependencies
38
36
build-depends :
@@ -56,6 +54,4 @@ executable upload
56
54
, servant-client
57
55
, servant-client-core
58
56
, servant-server
59
- , text
60
- , transformers
61
57
, warp
Original file line number Diff line number Diff line change @@ -26,18 +26,14 @@ library
26
26
27
27
-- ghc boot libs
28
28
build-depends :
29
- array >= 0.5.1.1 && < 0.6
30
- , base >= 4.9 && < 5
29
+ base >= 4.9 && < 5
31
30
, bytestring >= 0.10.8.1 && < 0.11
32
31
, directory >= 1.3 && < 1.4
33
32
, text >= 1.2.3.0 && < 1.3
34
- , transformers >= 0.5.2.0 && < 0.6
35
- , random >= 0.1.1 && < 1.3
36
33
37
34
-- other dependencies
38
35
build-depends :
39
36
servant-multipart-api == 0.12. *
40
- , http-media >= 0.7.1.3 && < 0.9
41
37
, lens >= 4.17 && < 4.20
42
38
, resourcet >= 1.2.2 && < 1.3
43
39
, servant >= 0.16 && < 0.19
You can’t perform that action at this time.
0 commit comments