Skip to content

Commit

Permalink
Allow http-api-data-0.5.1, bifunctors-5.6, singleton-bool^>=0.1 (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed Mar 29, 2023
1 parent ae2fff4 commit 67168f0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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 @@ -61,7 +61,7 @@ library

if !impl(ghc >= 8.2)
build-depends:
bifunctors >= 5.5.3 && < 5.6
bifunctors >= 5.5.3 && < 5.7

-- Servant dependencies
build-depends:
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 @@ -53,7 +53,7 @@ library

if !impl(ghc >= 8.2)
build-depends:
bifunctors >= 5.5.3 && < 5.6
bifunctors >= 5.5.3 && < 5.7

-- Servant dependencies.
-- Strict dependency on `servant-client-core` as we re-export things.
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 @@ -49,7 +49,7 @@ library

if !impl(ghc >= 8.2)
build-depends:
bifunctors >= 5.5.3 && < 5.6
bifunctors >= 5.5.3 && < 5.7

-- Servant dependencies.
-- Strict dependency on `servant-client-core` as we re-export things.
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 @@ -73,7 +73,7 @@ library
-- strict dependency as we re-export 'servant' things.
build-depends:
servant >= 0.19 && < 0.20
, http-api-data >= 0.4.1 && < 0.5.1
, http-api-data >= 0.4.1 && < 0.6

-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
-- Here can be exceptions if we really need features from the newer versions.
Expand Down
6 changes: 3 additions & 3 deletions servant/servant.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ library
-- We depend (heavily) on the API of these packages:
-- i.e. re-export, or allow using without direct dependency
build-depends:
http-api-data >= 0.4.1 && < 0.5.1
, singleton-bool >= 0.1.4 && < 0.1.7
http-api-data >= 0.4.1 && < 0.6
, singleton-bool >= 0.1.4 && < 0.2

-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
-- Here can be exceptions if we really need features from the newer versions.
build-depends:
base-compat >= 0.10.5 && < 0.14
, aeson >= 1.4.1.0 && < 3
, attoparsec >= 0.13.2.2 && < 0.15
, bifunctors >= 5.5.3 && < 5.6
, bifunctors >= 5.5.3 && < 5.7
, case-insensitive >= 1.2.0.11 && < 1.3
, deepseq >= 1.4.2.0 && < 1.5
, http-media >= 0.7.1.3 && < 0.9
Expand Down

0 comments on commit 67168f0

Please sign in to comment.