Skip to content

Commit 0530671

Browse files
LeifWfisx
authored andcommitted
Allow newer versions of base, template-haskell, lens, & unliftio-core
1 parent 7f4ae61 commit 0530671

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ library
5555
--
5656
-- note: mtl lower bound is so low because of GHC-7.8
5757
build-depends:
58-
base >= 4.9 && < 4.14
58+
base >= 4.9 && < 4.15
5959
, bytestring >= 0.10.8.1 && < 0.11
6060
, containers >= 0.5.7.1 && < 0.7
6161
, deepseq >= 1.4.2.0 && < 1.5
6262
, text >= 1.2.3.0 && < 1.3
6363
, transformers >= 0.5.2.0 && < 0.6
64-
, template-haskell >= 2.11.1.0 && < 2.16
64+
, template-haskell >= 2.11.1.0 && < 2.17
6565

6666
if !impl(ghc >= 8.2)
6767
build-depends:

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library
4545
-- Bundled with GHC: Lower bound to not force re-installs
4646
-- text and mtl are bundled starting with GHC-8.4
4747
build-depends:
48-
base >= 4.9 && < 4.14
48+
base >= 4.9 && < 4.15
4949
, bytestring >= 0.10.8.1 && < 0.11
5050
, containers >= 0.5.7.1 && < 0.7
5151
, deepseq >= 1.4.2.0 && < 1.5

servant-conduit/servant-conduit.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ library
4040
, mtl >=2.2.2 && <2.3
4141
, resourcet >=1.2.2 && <1.3
4242
, servant >=0.15 && <0.18
43-
, unliftio-core >=0.1.2.0 && <0.2
43+
, unliftio-core >=0.1.2.0 && <0.3
4444
hs-source-dirs: src
4545
default-language: Haskell2010
4646
ghc-options: -Wall

servant-docs/servant-docs.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ library
4646
--
4747
-- note: mtl lower bound is so low because of GHC-7.8
4848
build-depends:
49-
base >= 4.9 && < 4.14
49+
base >= 4.9 && < 4.15
5050
, bytestring >= 0.10.8.1 && < 0.11
5151
, text >= 1.2.3.0 && < 1.3
5252

@@ -64,7 +64,7 @@ library
6464
, hashable >= 1.2.7.0 && < 1.4
6565
, http-media >= 0.7.1.3 && < 0.9
6666
, http-types >= 0.12.2 && < 0.13
67-
, lens >= 4.17 && < 4.19
67+
, lens >= 4.17 && < 4.20
6868
, string-conversions >= 0.4.0.1 && < 0.5
6969
, universe-base >= 1.1.1 && < 1.2
7070
, 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
@@ -46,7 +46,7 @@ library
4646
--
4747
-- note: mtl lower bound is so low because of GHC-7.8
4848
build-depends:
49-
base >= 4.9 && < 4.14
49+
base >= 4.9 && < 4.15
5050
, text >= 1.2.3.0 && < 1.3
5151

5252
-- Servant dependencies

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
-- Bundled with GHC: Lower bound to not force re-installs
4444
-- text and mtl are bundled starting with GHC-8.4
4545
build-depends:
46-
base >= 4.9 && < 4.14
46+
base >= 4.9 && < 4.15
4747
, bytestring >= 0.10.8.1 && < 0.11
4848
, containers >= 0.5.7.1 && < 0.7
4949
, deepseq >= 1.4.2.0 && < 1.5

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ library
6464
-- Bundled with GHC: Lower bound to not force re-installs
6565
-- text and mtl are bundled starting with GHC-8.4
6666
build-depends:
67-
base >= 4.9 && < 4.14
67+
base >= 4.9 && < 4.15
6868
, bytestring >= 0.10.8.1 && < 0.11
6969
, containers >= 0.5.7.1 && < 0.7
7070
, mtl >= 2.2.2 && < 2.3

servant/servant.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ library
8080
--
8181
-- note: mtl lower bound is so low because of GHC-7.8
8282
build-depends:
83-
base >= 4.9 && < 4.14
83+
base >= 4.9 && < 4.15
8484
, bytestring >= 0.10.8.1 && < 0.11
8585
, mtl >= 2.2.2 && < 2.3
8686
, transformers >= 0.5.2.0 && < 0.6

0 commit comments

Comments
 (0)