Skip to content

Commit

Permalink
Revise bounds for bytestring, containers and Cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Sep 5, 2024
1 parent 07b0943 commit 48277aa
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions servant-client-core/servant-client-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ library
-- note: mtl lower bound is so low because of GHC-7.8
build-depends:
base >= 4.16.4.0 && < 4.21
, bytestring >=0.10.8.1 && <0.13
, bytestring >=0.11 && <0.13
, constraints >=0.2 && <0.15
, containers >=0.5.7.1 && <0.8
, containers >=0.6.5.1 && <0.8
, deepseq >=1.4.2.0 && <1.6
, template-haskell >=2.11.1.0 && <2.23
, text >=1.2.3.0 && <2.2
Expand Down
4 changes: 2 additions & 2 deletions servant-client/servant-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ library
-- text and mtl are bundled starting with GHC-8.4
build-depends:
base >= 4.16.4.0 && < 4.21
, bytestring >=0.10.8.1 && <0.13
, containers >=0.5.7.1 && <0.8
, bytestring >=0.11 && <0.13
, containers >=0.6.5.1 && <0.8
, deepseq >=1.4.2.0 && <1.6
, mtl ^>=2.2.2 || ^>=2.3.1
, stm >=2.4.5.1 && <2.6
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.16.4.0 && < 4.21
, bytestring >=0.10.8.1 && <0.13
, bytestring >=0.11 && <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.16.4.0 && < 4.21
, bytestring >= 0.10.8.1 && < 0.13
, bytestring >= 0.11 && < 0.13
, text >= 1.2.3.0 && < 2.2

-- Servant dependencies
Expand Down
4 changes: 2 additions & 2 deletions servant-http-streams/servant-http-streams.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ library
-- text and mtl are bundled starting with GHC-8.4
build-depends:
base >= 4.16.4.0 && < 4.21
, bytestring >= 0.10.8.1 && < 0.13
, containers >= 0.5.7.1 && < 0.8
, bytestring >= 0.11 && < 0.13
, containers >= 0.6.5.1 && < 0.8
, deepseq >= 1.4.2.0 && < 1.6
, mtl ^>= 2.2.2 || ^>= 2.3.1
, text >= 1.2.3.0 && < 2.2
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.16.4.0 && < 4.21
, bytestring >=0.10.8.1 && <0.13
, bytestring >=0.11 && <0.13
, machines >=0.6.4 && <0.8
, mtl ^>=2.2.2 || ^>=2.3.1
, servant >=0.20.2 && <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.16.4.0 && < 4.21
, bytestring >=0.10.8.1 && <0.13
, bytestring >=0.11 && <0.13
, pipes >=4.3.9 && <4.4
, pipes-safe >=2.3.1 && <2.4
, mtl ^>=2.2.2 || ^>=2.3.1
Expand Down
4 changes: 2 additions & 2 deletions servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ library
-- text and mtl are bundled starting with GHC-8.4
build-depends:
base >= 4.16.4.0 && < 4.21
, bytestring >=0.10.8.1 && <0.13
, bytestring >=0.11 && <0.13
, constraints >=0.2 && <0.15
, containers >=0.5.7.1 && <0.8
, containers >=0.6.5.1 && <0.8
, filepath >=1.4.1.1 && <1.6
, mtl ^>=2.2.2 || ^>=2.3.1
, text >=1.2.3.0 && <2.2
Expand Down
4 changes: 2 additions & 2 deletions servant-swagger/servant-swagger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ source-repository head
custom-setup
setup-depends:
base >= 4.16.4.0 && < 4.21,
Cabal >= 1.24 && <4,
Cabal >= 3.6.3 && <4,
cabal-doctest >=1.0.6 && <1.1

library
Expand All @@ -73,7 +73,7 @@ library
, aeson-pretty >=0.8.7 && <0.9
, base >= 4.16.4.0 && < 4.21
, base-compat >=0.10.5 && <0.15
, bytestring >=0.10.8.1 && <0.13
, bytestring >=0.11 && <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 @@ -126,7 +126,7 @@ library
-- note: mtl lower bound is so low because of GHC-7.8
build-depends:
, base >= 4.16.4.0 && < 4.21
, bytestring >=0.10.8.1 && <0.13
, bytestring >=0.11 && <0.13
, constraints >=0.2
, containers >=0.6 && <0.8
, mtl ^>=2.2.2 || ^>=2.3.1
Expand Down

0 comments on commit 48277aa

Please sign in to comment.