Skip to content

Commit 1ed5310

Browse files
committed
Support base-compat 0.13
Fixes commercialhaskell/stackage#6906
1 parent 38f519a commit 1ed5310

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ library
7171
-- Here can be exceptions if we really need features from the newer versions.
7272
build-depends:
7373
aeson >= 1.4.1.0 && < 3
74-
, base-compat >= 0.10.5 && < 0.13
74+
, base-compat >= 0.10.5 && < 0.14
7575
, base64-bytestring >= 1.0.0.1 && < 1.3
7676
, exceptions >= 0.10.0 && < 0.11
7777
, free >= 5.1 && < 5.2

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ library
6464
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
6565
-- Here can be exceptions if we really need features from the newer versions.
6666
build-depends:
67-
base-compat >= 0.10.5 && < 0.13
67+
base-compat >= 0.10.5 && < 0.14
6868
, http-client >= 0.5.13.1 && < 0.8
6969
, http-media >= 0.7.1.3 && < 0.9
7070
, http-types >= 0.12.2 && < 0.13

servant-docs/servant-docs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ library
5454
build-depends:
5555
aeson >= 1.4.1.0 && < 3
5656
, aeson-pretty >= 0.8.5 && < 0.9
57-
, base-compat >= 0.10.5 && < 0.13
57+
, base-compat >= 0.10.5 && < 0.14
5858
, case-insensitive >= 1.2.0.11 && < 1.3
5959
, hashable >= 1.2.7.0 && < 1.5
6060
, http-media >= 0.7.1.3 && < 0.9

servant-foreign/servant-foreign.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ library
5151
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
5252
-- Here can be exceptions if we really need features from the newer versions.
5353
build-depends:
54-
base-compat >= 0.10.5 && < 0.13
54+
base-compat >= 0.10.5 && < 0.14
5555
, lens >= 4.17 && < 5.3
5656
, http-types >= 0.12.2 && < 0.13
5757

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ library
6060
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
6161
-- Here can be exceptions if we really need features from the newer versions.
6262
build-depends:
63-
base-compat >= 0.10.5 && < 0.13
63+
base-compat >= 0.10.5 && < 0.14
6464
, case-insensitive
6565
, http-streams >= 0.8.6.1 && < 0.9
6666
, http-media >= 0.7.1.3 && < 0.9

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ library
7878
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
7979
-- Here can be exceptions if we really need features from the newer versions.
8080
build-depends:
81-
base-compat >= 0.10.5 && < 0.13
81+
base-compat >= 0.10.5 && < 0.14
8282
, base64-bytestring >= 1.0.0.1 && < 1.3
8383
, exceptions >= 0.10.0 && < 0.11
8484
, http-media >= 0.7.1.3 && < 0.9

servant-swagger/servant-swagger.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ library
7272
build-depends: aeson >=1.4.2.0 && <3
7373
, aeson-pretty >=0.8.7 && <0.9
7474
, base >=4.9.1.0 && <5
75-
, base-compat >=0.10.5 && <0.13
75+
, base-compat >=0.10.5 && <0.14
7676
, bytestring >=0.10.8.1 && <0.12
7777
, http-media >=0.7.1.3 && <0.9
7878
, insert-ordered-containers >=0.2.1.0 && <0.3

servant/servant.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ library
9999
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
100100
-- Here can be exceptions if we really need features from the newer versions.
101101
build-depends:
102-
base-compat >= 0.10.5 && < 0.13
102+
base-compat >= 0.10.5 && < 0.14
103103
, aeson >= 1.4.1.0 && < 3
104104
, attoparsec >= 0.13.2.2 && < 0.15
105105
, bifunctors >= 5.5.3 && < 5.6

0 commit comments

Comments
 (0)