Skip to content

Commit fbc3eb6

Browse files
authored
servant-multipart: allow lens 5.2 (#64)
Tested in conjunction with haskell-servant/servant#1607
1 parent 665c20d commit fbc3eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-multipart/servant-multipart.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ library
3636
-- other dependencies
3737
build-depends:
3838
servant-multipart-api == 0.12.*
39-
, lens >=4.17 && <5.2
39+
, lens >=4.17 && <5.3
4040
, resourcet >=1.2.2 && <1.3
4141
, servant >=0.16 && <0.20
4242
, servant-docs >=0.10 && <0.20

0 commit comments

Comments
 (0)