Skip to content

Commit 81753cf

Browse files
authored
Allow lens-5.3 (#1759)
1 parent c057597 commit 81753cf

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.13 && < 0.14
4040
, servant >= 0.13 && < 0.21
4141
, servant-auth == 0.4.*
42-
, lens >= 4.16.1 && <5.3
42+
, lens >= 4.16.1 && <5.4
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.10 && < 0.12
45-
, lens >= 4.16.1 && < 5.3
45+
, lens >= 4.16.1 && < 5.4
4646
, memory >= 0.14.16 && < 0.19
4747
, monad-time >= 0.3.1.0 && < 0.5
4848
, mtl ^>= 2.2.2 || ^>= 2.3.1

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.21
3939
, servant-auth == 0.4.*
40-
, lens >= 4.16.1 && < 5.3
40+
, lens >= 4.16.1 && < 5.4
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 >= 2.0 && < 3
3939
, jose >= 0.10 && < 0.12
40-
, lens >= 4.16.1 && < 5.3
40+
, lens >= 4.16.1 && < 5.4
4141
, servant >= 0.15 && < 0.21
4242
, text >= 1.2.3.0 && < 2.2
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.3
62+
, lens >= 4.17 && < 5.4
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.15
55-
, lens >= 4.17 && < 5.3
55+
, lens >= 4.17 && < 5.4
5656
, http-types >= 0.12.2 && < 0.13
5757

5858
hs-source-dirs: src

0 commit comments

Comments
 (0)