Skip to content

Commit 27173c9

Browse files
authored
Allow bytestring-0.11 (#1386)
1 parent 1f701aa commit 27173c9

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ library
5151
-- note: mtl lower bound is so low because of GHC-7.8
5252
build-depends:
5353
base >= 4.9 && < 4.15
54-
, bytestring >= 0.10.8.1 && < 0.11
54+
, bytestring >= 0.10.8.1 && < 0.12
5555
, containers >= 0.5.7.1 && < 0.7
5656
, deepseq >= 1.4.2.0 && < 1.5
5757
, text >= 1.2.3.0 && < 1.3

servant-client-ghcjs/servant-client-ghcjs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939

4040
build-depends:
4141
base >=4.11 && <4.12
42-
, bytestring >=0.10 && <0.11
42+
, bytestring >=0.10 && <0.12
4343
, case-insensitive >=1.2.0.0 && <1.3.0.0
4444
, containers >=0.5 && <0.7
4545
, exceptions >=0.8 && <0.11

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
-- text and mtl are bundled starting with GHC-8.4
4242
build-depends:
4343
base >= 4.9 && < 4.15
44-
, bytestring >= 0.10.8.1 && < 0.11
44+
, bytestring >= 0.10.8.1 && < 0.12
4545
, containers >= 0.5.7.1 && < 0.7
4646
, deepseq >= 1.4.2.0 && < 1.5
4747
, mtl >= 2.2.2 && < 2.3

servant-conduit/servant-conduit.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929
exposed-modules: Servant.Conduit
3030
build-depends:
3131
base >=4.9 && <5
32-
, bytestring >=0.10.8.1 && <0.11
32+
, bytestring >=0.10.8.1 && <0.12
3333
, conduit >=1.3.1 && <1.4
3434
, mtl >=2.2.2 && <2.3
3535
, resourcet >=1.2.2 && <1.3

servant-docs/servant-docs.cabal

Lines changed: 1 addition & 1 deletion
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.15
45-
, bytestring >= 0.10.8.1 && < 0.11
45+
, bytestring >= 0.10.8.1 && < 0.12
4646
, text >= 1.2.3.0 && < 1.3
4747

4848
-- Servant dependencies

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
-- text and mtl are bundled starting with GHC-8.4
4040
build-depends:
4141
base >= 4.9 && < 4.15
42-
, bytestring >= 0.10.8.1 && < 0.11
42+
, bytestring >= 0.10.8.1 && < 0.12
4343
, containers >= 0.5.7.1 && < 0.7
4444
, deepseq >= 1.4.2.0 && < 1.5
4545
, mtl >= 2.2.2 && < 2.3

servant-machines/servant-machines.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929
exposed-modules: Servant.Machines
3030
build-depends:
3131
base >=4.9 && <5
32-
, bytestring >=0.10.8.1 && <0.11
32+
, bytestring >=0.10.8.1 && <0.12
3333
, machines >=0.6.4 && <0.8
3434
, mtl >=2.2.2 && <2.3
3535
, servant >=0.15 && <0.19

servant-pipes/servant-pipes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929
exposed-modules: Servant.Pipes
3030
build-depends:
3131
base >=4.9 && <5
32-
, bytestring >=0.10.8.1 && <0.11
32+
, bytestring >=0.10.8.1 && <0.12
3333
, pipes >=4.3.9 && <4.4
3434
, pipes-safe >=2.3.1 && <2.4
3535
, mtl >=2.2.2 && <2.3

servant-server/servant-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ library
6161
-- text and mtl are bundled starting with GHC-8.4
6262
build-depends:
6363
base >= 4.9 && < 4.15
64-
, bytestring >= 0.10.8.1 && < 0.11
64+
, bytestring >= 0.10.8.1 && < 0.12
6565
, containers >= 0.5.7.1 && < 0.7
6666
, mtl >= 2.2.2 && < 2.3
6767
, text >= 1.2.3.0 && < 1.3

servant/servant.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ library
7979
-- note: mtl lower bound is so low because of GHC-7.8
8080
build-depends:
8181
base >= 4.9 && < 4.15
82-
, bytestring >= 0.10.8.1 && < 0.11
82+
, bytestring >= 0.10.8.1 && < 0.12
8383
, mtl >= 2.2.2 && < 2.3
8484
, sop-core >= 0.4.0.0 && < 0.6
8585
, transformers >= 0.5.2.0 && < 0.6

0 commit comments

Comments
 (0)