Skip to content

Commit 2767044

Browse files
committed
Allow base-compat-0.15
1 parent 106a0ea commit 2767044

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ library
119119
-- Here can be exceptions if we really need features from the newer versions.
120120
build-depends:
121121
, aeson >=2.2 && <3
122-
, base-compat >=0.12 && <0.15
122+
, base-compat >=0.12 && <0.16
123123
, base64-bytestring >=1.2 && <1.3
124124
, exceptions >=0.10.4 && <0.11
125125
, free >=5.2 && <5.3

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ library
111111
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
112112
-- Here can be exceptions if we really need features from the newer versions.
113113
build-depends:
114-
, base-compat >=0.12 && <0.15
114+
, base-compat >=0.12 && <0.16
115115
, exceptions >=0.10.4 && <0.11
116116
, http-client >=0.7.19 && <0.8
117117
, http-media >=0.8 && <0.9

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 >= 2.2 && < 3
5656
, aeson-pretty >= 0.8.5 && < 0.9
57-
, base-compat >= 0.12 && < 0.15
57+
, base-compat >= 0.12 && < 0.16
5858
, case-insensitive >= 1.2.0.11 && < 1.3
5959
, hashable >= 1.4.7.0 && < 1.6
6060
, http-media >= 0.8 && < 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.12 && < 0.15
54+
base-compat >= 0.12 && < 0.16
5555
, lens >= 5.3 && < 5.4
5656
, http-types >= 0.12.4 && < 0.13
5757

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ library
5858
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
5959
-- Here can be exceptions if we really need features from the newer versions.
6060
build-depends:
61-
base-compat >= 0.12 && < 0.15
61+
base-compat >= 0.12 && < 0.16
6262
, case-insensitive
6363
, http-streams >= 0.8.9.9 && < 0.9
6464
, http-media >= 0.8 && < 0.9

servant-openapi3/servant-openapi3.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ library
6969
build-depends: aeson >=2.2 && <2.4
7070
, aeson-pretty >=0.8.9 && <0.9
7171
, base >=4.16.4 && <4.23
72-
, base-compat >=0.12 && <0.15
72+
, base-compat >=0.12 && <0.16
7373
, bytestring >=0.11 && <0.13
7474
, http-media >=0.7.1.3 && <0.9
7575
, lens >=5.3.6 && <5.4

servant-quickcheck/servant-quickcheck.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ library
3737
build-depends:
3838
aeson >=2.2 && <2.4
3939
, base >= 4.16.4.0 && < 4.23
40-
, base-compat-batteries >=0.12 && <0.15
40+
, base-compat-batteries >=0.12 && <0.16
4141
, bytestring >=0.11 && <0.13
4242
, case-insensitive >=1.2 && <1.3
4343
, clock >=0.7 && <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 >=2.2 && <3
7373
, aeson-pretty >=0.8.7 && <0.9
7474
, base >= 4.16.4.0 && < 4.23
75-
, base-compat >=0.12 && <0.15
75+
, base-compat >=0.12 && <0.16
7676
, bytestring >=0.11 && <0.13
7777
, http-media >=0.8 && <0.9
7878
, lens >=5.3 && <6

0 commit comments

Comments
 (0)