Allow bytestring-0.11 (#1386)

This commit is contained in:
Bodigrim 2020-12-16 10:04:49 +00:00 committed by GitHub
parent 1f701aa97d
commit 27173c9223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View File

@ -51,7 +51,7 @@ library
-- note: mtl lower bound is so low because of GHC-7.8
build-depends:
base >= 4.9 && < 4.15
, bytestring >= 0.10.8.1 && < 0.11
, bytestring >= 0.10.8.1 && < 0.12
, containers >= 0.5.7.1 && < 0.7
, deepseq >= 1.4.2.0 && < 1.5
, text >= 1.2.3.0 && < 1.3

View File

@ -39,7 +39,7 @@ library
build-depends:
base >=4.11 && <4.12
, bytestring >=0.10 && <0.11
, bytestring >=0.10 && <0.12
, case-insensitive >=1.2.0.0 && <1.3.0.0
, containers >=0.5 && <0.7
, exceptions >=0.8 && <0.11

View File

@ -41,7 +41,7 @@ library
-- text and mtl are bundled starting with GHC-8.4
build-depends:
base >= 4.9 && < 4.15
, bytestring >= 0.10.8.1 && < 0.11
, bytestring >= 0.10.8.1 && < 0.12
, containers >= 0.5.7.1 && < 0.7
, deepseq >= 1.4.2.0 && < 1.5
, mtl >= 2.2.2 && < 2.3

View File

@ -29,7 +29,7 @@ library
exposed-modules: Servant.Conduit
build-depends:
base >=4.9 && <5
, bytestring >=0.10.8.1 && <0.11
, bytestring >=0.10.8.1 && <0.12
, conduit >=1.3.1 && <1.4
, mtl >=2.2.2 && <2.3
, resourcet >=1.2.2 && <1.3

View File

@ -42,7 +42,7 @@ library
-- note: mtl lower bound is so low because of GHC-7.8
build-depends:
base >= 4.9 && < 4.15
, bytestring >= 0.10.8.1 && < 0.11
, bytestring >= 0.10.8.1 && < 0.12
, text >= 1.2.3.0 && < 1.3
-- Servant dependencies

View File

@ -39,7 +39,7 @@ library
-- text and mtl are bundled starting with GHC-8.4
build-depends:
base >= 4.9 && < 4.15
, bytestring >= 0.10.8.1 && < 0.11
, bytestring >= 0.10.8.1 && < 0.12
, containers >= 0.5.7.1 && < 0.7
, deepseq >= 1.4.2.0 && < 1.5
, mtl >= 2.2.2 && < 2.3

View File

@ -29,7 +29,7 @@ library
exposed-modules: Servant.Machines
build-depends:
base >=4.9 && <5
, bytestring >=0.10.8.1 && <0.11
, bytestring >=0.10.8.1 && <0.12
, machines >=0.6.4 && <0.8
, mtl >=2.2.2 && <2.3
, servant >=0.15 && <0.19

View File

@ -29,7 +29,7 @@ library
exposed-modules: Servant.Pipes
build-depends:
base >=4.9 && <5
, bytestring >=0.10.8.1 && <0.11
, bytestring >=0.10.8.1 && <0.12
, pipes >=4.3.9 && <4.4
, pipes-safe >=2.3.1 && <2.4
, mtl >=2.2.2 && <2.3

View File

@ -61,7 +61,7 @@ library
-- text and mtl are bundled starting with GHC-8.4
build-depends:
base >= 4.9 && < 4.15
, bytestring >= 0.10.8.1 && < 0.11
, bytestring >= 0.10.8.1 && < 0.12
, containers >= 0.5.7.1 && < 0.7
, mtl >= 2.2.2 && < 2.3
, text >= 1.2.3.0 && < 1.3

View File

@ -79,7 +79,7 @@ library
-- note: mtl lower bound is so low because of GHC-7.8
build-depends:
base >= 4.9 && < 4.15
, bytestring >= 0.10.8.1 && < 0.11
, bytestring >= 0.10.8.1 && < 0.12
, mtl >= 2.2.2 && < 2.3
, sop-core >= 0.4.0.0 && < 0.6
, transformers >= 0.5.2.0 && < 0.6