Skip to content

Commit

Permalink
Allow network-3.2, lens-5.3 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok authored May 17, 2024
1 parent 9a922b6 commit 8f8018f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions servant-multipart-client/servant-multipart-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ executable upload
build-depends:
base
, http-client
, network >=2.8 && <3.2
, network >=2.8 && <3.3
, servant
, servant-multipart-api
, servant-multipart-client
Expand All @@ -72,7 +72,7 @@ executable server
build-depends:
base
, bytestring
, network >=2.8 && <3.2
, network >=2.8 && <3.3
, servant-multipart
, servant-server
, warp
Expand Down
2 changes: 1 addition & 1 deletion servant-multipart/servant-multipart.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
-- other dependencies
build-depends:
servant-multipart-api == 0.12.*
, lens >=4.17 && <5.3
, lens >=4.17 && <5.4
, resourcet >=1.2.2 && <1.4
, servant >=0.16 && <0.21
, servant-docs >=0.10 && <0.14
Expand Down

0 comments on commit 8f8018f

Please sign in to comment.