Skip to content

Commit da8e64b

Browse files
authored
Allow lens-5.0 (#1426)
1 parent 4016aaf commit da8e64b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servant-docs/servant-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ library
5959
, hashable >= 1.2.7.0 && < 1.4
6060
, http-media >= 0.7.1.3 && < 0.9
6161
, http-types >= 0.12.2 && < 0.13
62-
, lens >= 4.17 && < 4.20
62+
, lens >= 4.17 && < 5.1
6363
, string-conversions >= 0.4.0.1 && < 0.5
6464
, universe-base >= 1.1.1 && < 1.2
6565
, unordered-containers >= 0.2.9.0 && < 0.3

servant-foreign/servant-foreign.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ library
5252
-- Here can be exceptions if we really need features from the newer versions.
5353
build-depends:
5454
base-compat >= 0.10.5 && < 0.12
55-
, lens >= 4.17 && < 4.20
55+
, lens >= 4.17 && < 5.1
5656
, http-types >= 0.12.2 && < 0.13
5757

5858
hs-source-dirs: src

0 commit comments

Comments
 (0)