File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ executable upload
58
58
build-depends :
59
59
base
60
60
, http-client
61
- , network >= 2.8 && < 3.2
61
+ , network >= 2.8 && < 3.3
62
62
, servant
63
63
, servant-multipart-api
64
64
, servant-multipart-client
@@ -72,7 +72,7 @@ executable server
72
72
build-depends :
73
73
base
74
74
, bytestring
75
- , network >= 2.8 && < 3.2
75
+ , network >= 2.8 && < 3.3
76
76
, servant-multipart
77
77
, servant-server
78
78
, warp
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ library
39
39
-- other dependencies
40
40
build-depends :
41
41
servant-multipart-api == 0.12. *
42
- , lens >= 4.17 && < 5.3
42
+ , lens >= 4.17 && < 5.4
43
43
, resourcet >= 1.2.2 && < 1.4
44
44
, servant >= 0.16 && < 0.21
45
45
, servant-docs >= 0.10 && < 0.14
You can’t perform that action at this time.
0 commit comments