Skip to content

Commit

Permalink
Relax bounds on bytestring
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristano8 committed Oct 19, 2023
1 parent e54f2bc commit 0b34c68
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions servant-auth/servant-auth-client/servant-auth-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
ghc-options: -Wall
build-depends:
base >= 4.10 && < 4.19
, bytestring >= 0.10.6.0 && < 0.12
, bytestring >= 0.10.6.0 && < 0.13
, containers >= 0.5.6.2 && < 0.7
, servant-auth == 0.4.*
, servant >= 0.13 && < 0.21
Expand All @@ -59,13 +59,13 @@ test-suite spec
, servant-auth
, servant
, servant-auth-client

-- test dependencies
build-depends:
hspec >= 2.5.5 && < 2.12
, QuickCheck >= 2.11.3 && < 2.15
, aeson >= 1.3.1.1 && < 3
, bytestring >= 0.10.6.0 && < 0.12
, bytestring >= 0.10.6.0 && < 0.13
, http-client >= 0.5.13.1 && < 0.8
, http-types >= 0.12.2 && < 0.13
, servant-auth-server >= 0.4.2.0 && < 0.5
Expand Down
2 changes: 1 addition & 1 deletion servant-auth/servant-auth-server/servant-auth-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ library
, aeson >= 1.0.0.1 && < 3
, base64-bytestring >= 1.0.0.1 && < 2
, blaze-builder >= 0.4.1.0 && < 0.5
, bytestring >= 0.10.6.0 && < 0.12
, bytestring >= 0.10.6.0 && < 0.13
, case-insensitive >= 1.2.0.11 && < 1.3
, cookie >= 0.4.4 && < 0.5
, data-default-class >= 0.1.2.0 && < 0.2
Expand Down
2 changes: 1 addition & 1 deletion servant-client-core/servant-client-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ library
-- note: mtl lower bound is so low because of GHC-7.8
build-depends:
base >= 4.9 && < 4.19
, bytestring >= 0.10.8.1 && < 0.12
, bytestring >= 0.10.8.1 && < 0.13
, constraints >= 0.2 && < 0.14
, containers >= 0.5.7.1 && < 0.7
, deepseq >= 1.4.2.0 && < 1.5
Expand Down
2 changes: 1 addition & 1 deletion servant-client-ghcjs/servant-client-ghcjs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library

build-depends:
base >=4.11 && <5
, bytestring >=0.10 && <0.12
, bytestring >=0.10 && <0.13
, case-insensitive >=1.2.0.0 && <1.3.0.0
, containers >=0.5 && <0.7
, exceptions >=0.8 && <0.11
Expand Down
2 changes: 1 addition & 1 deletion servant-client/servant-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
-- text and mtl are bundled starting with GHC-8.4
build-depends:
base >= 4.9 && < 4.19
, bytestring >= 0.10.8.1 && < 0.12
, bytestring >= 0.10.8.1 && < 0.13
, containers >= 0.5.7.1 && < 0.7
, deepseq >= 1.4.2.0 && < 1.5
, mtl ^>= 2.2.2 || ^>= 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion servant-conduit/servant-conduit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
exposed-modules: Servant.Conduit
build-depends:
base >=4.9 && <5
, bytestring >=0.10.8.1 && <0.12
, bytestring >=0.10.8.1 && <0.13
, conduit >=1.3.1 && <1.4
, mtl ^>=2.2.2 || ^>=2.3.1
, resourcet >=1.2.2 && <1.4
Expand Down
2 changes: 1 addition & 1 deletion servant-docs/servant-docs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
-- note: mtl lower bound is so low because of GHC-7.8
build-depends:
base >= 4.9 && < 4.19
, bytestring >= 0.10.8.1 && < 0.12
, bytestring >= 0.10.8.1 && < 0.13
, text >= 1.2.3.0 && < 2.1

-- Servant dependencies
Expand Down
2 changes: 1 addition & 1 deletion servant-http-streams/servant-http-streams.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
-- text and mtl are bundled starting with GHC-8.4
build-depends:
base >= 4.9 && < 4.19
, bytestring >= 0.10.8.1 && < 0.12
, bytestring >= 0.10.8.1 && < 0.13
, containers >= 0.5.7.1 && < 0.7
, deepseq >= 1.4.2.0 && < 1.5
, mtl ^>= 2.2.2 || ^>= 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion servant-machines/servant-machines.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
exposed-modules: Servant.Machines
build-depends:
base >=4.9 && <5
, bytestring >=0.10.8.1 && <0.12
, bytestring >=0.10.8.1 && <0.13
, machines >=0.6.4 && <0.8
, mtl ^>=2.2.2 || ^>=2.3.1
, servant >=0.20 && <0.21
Expand Down
2 changes: 1 addition & 1 deletion servant-pipes/servant-pipes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
exposed-modules: Servant.Pipes
build-depends:
base >=4.9 && <5
, bytestring >=0.10.8.1 && <0.12
, bytestring >=0.10.8.1 && <0.13
, pipes >=4.3.9 && <4.4
, pipes-safe >=2.3.1 && <2.4
, mtl ^>=2.2.2 || ^>=2.3.1
Expand Down
2 changes: 1 addition & 1 deletion servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ library
-- text and mtl are bundled starting with GHC-8.4
build-depends:
base >= 4.9 && < 4.19
, bytestring >= 0.10.8.1 && < 0.12
, bytestring >= 0.10.8.1 && < 0.13
, constraints >= 0.2 && < 0.14
, containers >= 0.5.7.1 && < 0.7
, mtl ^>= 2.2.2 || ^>= 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion servant-swagger/servant-swagger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ library
, aeson-pretty >=0.8.7 && <0.9
, base >=4.9.1.0 && <5
, base-compat >=0.10.5 && <0.14
, bytestring >=0.10.8.1 && <0.12
, bytestring >=0.10.8.1 && <0.13
, http-media >=0.7.1.3 && <0.9
, insert-ordered-containers >=0.2.1.0 && <0.3
, lens >=4.17 && <6
Expand Down
2 changes: 1 addition & 1 deletion servant/servant.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ library
-- note: mtl lower bound is so low because of GHC-7.8
build-depends:
base >= 4.9 && < 4.19
, bytestring >= 0.10.8.1 && < 0.12
, bytestring >= 0.10.8.1 && < 0.13
, constraints >= 0.2
, mtl ^>= 2.2.2 || ^>= 2.3.1
, sop-core >= 0.4.0.0 && < 0.6
Expand Down

0 comments on commit 0b34c68

Please sign in to comment.