Skip to content

Commit cdd7c34

Browse files
author
Gaël Deest
authored
Merge pull request #1526 from ysangkok/master
Allow newer hashable, lens, text
2 parents 67322d8 + 67da851 commit cdd7c34

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
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.1
42+
, lens >= 4.16.1 && <5.2
4343
exposed-modules:
4444
Servant.Auth.Docs
4545
default-language: Haskell2010

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ 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.1
45+
, lens >= 4.16.1 && < 5.2
4646
, memory >= 0.14.16 && < 0.17
4747
, monad-time >= 0.3.1.0 && < 0.4
4848
, mtl >= 2.2.2 && < 2.3
4949
, servant >= 0.13 && < 0.20
5050
, servant-auth == 0.4.*
5151
, servant-server >= 0.13 && < 0.20
5252
, tagged >= 0.8.4 && < 0.9
53-
, text >= 1.2.3.0 && < 1.3
53+
, text >= 1.2.3.0 && < 2.1
5454
, time >= 1.5.0.1 && < 1.10
5555
, unordered-containers >= 0.2.9.0 && < 0.3
5656
, wai >= 3.2.1.2 && < 3.3

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ library
3232
ghc-options: -Wall
3333
build-depends:
3434
base >= 4.10 && < 4.16
35-
, text >= 1.2.3.0 && < 1.3
35+
, text >= 1.2.3.0 && < 2.1
3636
, servant-swagger >= 1.1.5 && < 2
3737
, swagger2 >= 2.2.2 && < 3
3838
, servant >= 0.13 && < 0.20
3939
, servant-auth == 0.4.*
40-
, lens >= 4.16.1 && < 5.1
40+
, lens >= 4.16.1 && < 5.2
4141
if impl(ghc >= 9)
4242
buildable: False
4343
exposed-modules:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ 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.1
40+
, lens >= 4.16.1 && < 5.2
4141
, servant >= 0.15 && < 0.20
42-
, text >= 1.2.3.0 && < 1.3
42+
, text >= 1.2.3.0 && < 2.1
4343
, unordered-containers >= 0.2.9.0 && < 0.3
4444
exposed-modules:
4545
Servant.Auth

servant-client-core/servant-client-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ library
5555
, constraints >= 0.2 && < 0.14
5656
, containers >= 0.5.7.1 && < 0.7
5757
, deepseq >= 1.4.2.0 && < 1.5
58-
, text >= 1.2.3.0 && < 1.3
58+
, text >= 1.2.3.0 && < 2.1
5959
, transformers >= 0.5.2.0 && < 0.6
6060
, template-haskell >= 2.11.1.0 && < 2.18
6161

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ library
4747
, deepseq >= 1.4.2.0 && < 1.5
4848
, mtl >= 2.2.2 && < 2.3
4949
, stm >= 2.4.5.1 && < 2.6
50-
, text >= 1.2.3.0 && < 1.3
50+
, text >= 1.2.3.0 && < 2.1
5151
, time >= 1.6.0.1 && < 1.10
5252
, transformers >= 0.5.2.0 && < 0.6
5353

servant-docs/servant-docs.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ library
4343
build-depends:
4444
base >= 4.9 && < 4.16
4545
, bytestring >= 0.10.8.1 && < 0.12
46-
, text >= 1.2.3.0 && < 1.3
46+
, text >= 1.2.3.0 && < 2.1
4747

4848
-- Servant dependencies
4949
build-depends:
@@ -56,10 +56,10 @@ library
5656
, aeson-pretty >= 0.8.5 && < 0.9
5757
, base-compat >= 0.10.5 && < 0.12
5858
, case-insensitive >= 1.2.0.11 && < 1.3
59-
, hashable >= 1.2.7.0 && < 1.4
59+
, 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.1
62+
, lens >= 4.17 && < 5.2
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ library
4242
-- note: mtl lower bound is so low because of GHC-7.8
4343
build-depends:
4444
base >= 4.9 && < 4.16
45-
, text >= 1.2.3.0 && < 1.3
45+
, text >= 1.2.3.0 && < 2.1
4646

4747
-- Servant dependencies
4848
build-depends:
@@ -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 && < 5.1
55+
, lens >= 4.17 && < 5.2
5656
, http-types >= 0.12.2 && < 0.13
5757

5858
hs-source-dirs: src

servant-http-streams/servant-http-streams.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ library
4343
, containers >= 0.5.7.1 && < 0.7
4444
, deepseq >= 1.4.2.0 && < 1.5
4545
, mtl >= 2.2.2 && < 2.3
46-
, text >= 1.2.3.0 && < 1.3
46+
, text >= 1.2.3.0 && < 2.1
4747
, time >= 1.6.0.1 && < 1.10
4848
, transformers >= 0.5.2.0 && < 0.6
4949

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ library
6565
, constraints >= 0.2 && < 0.14
6666
, containers >= 0.5.7.1 && < 0.7
6767
, mtl >= 2.2.2 && < 2.3
68-
, text >= 1.2.3.0 && < 1.3
68+
, text >= 1.2.3.0 && < 2.1
6969
, transformers >= 0.5.2.0 && < 0.6
7070
, filepath >= 1.4.1.1 && < 1.5
7171

0 commit comments

Comments
 (0)