Skip to content

Commit

Permalink
servant-multipart: allow lens 5.2 (#64)
Browse files Browse the repository at this point in the history
Tested in conjunction with haskell-servant/servant#1607
  • Loading branch information
l-epple committed Oct 26, 2022
1 parent 665c20d commit fbc3eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servant-multipart/servant-multipart.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
-- other dependencies
build-depends:
servant-multipart-api == 0.12.*
, lens >=4.17 && <5.2
, lens >=4.17 && <5.3
, resourcet >=1.2.2 && <1.3
, servant >=0.16 && <0.20
, servant-docs >=0.10 && <0.20
Expand Down

0 comments on commit fbc3eb6

Please sign in to comment.