Skip to content

Commit e4650de

Browse files
authored
Allow lens 5.2 (#1607)
1 parent 2323906 commit e4650de

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

servant-auth/servant-auth-docs/servant-auth-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
, servant-docs >= 0.11.2 && < 0.13
4040
, servant >= 0.13 && < 0.20
4141
, servant-auth == 0.4.*
42-
, lens >= 4.16.1 && <5.2
42+
, lens >= 4.16.1 && <5.3
4343
exposed-modules:
4444
Servant.Auth.Docs
4545
default-language: Haskell2010

servant-auth/servant-auth-server/servant-auth-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ library
4242
, entropy >= 0.4.1.3 && < 0.5
4343
, http-types >= 0.12.2 && < 0.13
4444
, jose >= 0.7.0.0 && < 0.10
45-
, lens >= 4.16.1 && < 5.2
45+
, lens >= 4.16.1 && < 5.3
4646
, memory >= 0.14.16 && < 0.18
4747
, monad-time >= 0.3.1.0 && < 0.4
4848
, mtl >= 2.2.2 && < 2.3

servant-auth/servant-auth-swagger/servant-auth-swagger.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ library
3737
, swagger2 >= 2.2.2 && < 3
3838
, servant >= 0.13 && < 0.20
3939
, servant-auth == 0.4.*
40-
, lens >= 4.16.1 && < 5.2
40+
, lens >= 4.16.1 && < 5.3
4141
exposed-modules:
4242
Servant.Auth.Swagger
4343
default-language: Haskell2010

servant-auth/servant-auth/servant-auth.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ library
3737
, containers >= 0.6 && < 0.7
3838
, aeson >= 1.3.1.1 && < 3
3939
, jose >= 0.7.0.0 && < 0.10
40-
, lens >= 4.16.1 && < 5.2
40+
, lens >= 4.16.1 && < 5.3
4141
, servant >= 0.15 && < 0.20
4242
, text >= 1.2.3.0 && < 2.1
4343
, unordered-containers >= 0.2.9.0 && < 0.3

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.5
6060
, http-media >= 0.7.1.3 && < 0.9
6161
, http-types >= 0.12.2 && < 0.13
62-
, lens >= 4.17 && < 5.2
62+
, lens >= 4.17 && < 5.3
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.13
55-
, lens >= 4.17 && < 5.2
55+
, lens >= 4.17 && < 5.3
5656
, http-types >= 0.12.2 && < 0.13
5757

5858
hs-source-dirs: src

0 commit comments

Comments
 (0)