Skip to content

Commit

Permalink
Allow bytestring-0.12, text-2.1, use newer Shrubbery
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed Oct 26, 2024
1 parent 486e51c commit 2857113
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions beeline-http-client/beeline-http-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ library
build-depends:
base >=4.7 && <5
, beeline-routing ==0.2.*
, bytestring ==0.11.*
, bytestring >=0.11 && <0.13
, case-insensitive ==1.2.*
, containers ==0.6.*
, dlist >=1.0 && <2.0
, http-client ==0.7.*
, http-types ==0.12.*
, network-uri ==2.6.*
, text >=1.2 && <2.1
, text >=1.2 && <2.2
default-language: Haskell2010
if flag(strict)
ghc-options: -Weverything -Werror -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-missing-kind-signatures -Wno-prepositive-qualified-module -Wno-implicit-prelude -Wno-safe -Wno-unsafe -Wno-missing-safe-haskell-mode -Wno-missing-deriving-strategies -Wno-all-missed-specialisations -Wno-missed-specialisations -Wno-unticked-promoted-constructors
Expand All @@ -67,12 +67,12 @@ test-suite beeline-http-client-test
base >=4.7 && <5
, beeline-http-client
, beeline-routing ==0.2.*
, bytestring ==0.11.*
, bytestring >=0.11 && <0.13
, hedgehog
, http-client ==0.7.*
, http-types ==0.12.*
, random ==1.2.*
, text >=1.2 && <2.1
, text >=1.2 && <2.2
, wai ==3.2.*
, warp ==3.3.*
default-language: Haskell2010
Expand Down
4 changes: 2 additions & 2 deletions beeline-http-client/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ description: Please see the README on GitHub at <https://github.com/gith
dependencies:
- base >= 4.7 && < 5
- beeline-routing >= 0.2 && < 0.3
- bytestring >= 0.11 && < 0.12
- bytestring >= 0.11 && < 0.13
- http-client >= 0.7 && < 0.8
- http-types >= 0.12 && < 0.13
- text >= 1.2 && < 2.1
- text >= 1.2 && < 2.2

flags:
strict:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ flags:

extra-deps:
- git: https://github.com/flipstone/shrubbery.git
commit: 73bea50a23ec60106eae9aa75a06ee854beb2e71
commit: 74bf67fb7e9e797c51380ed0fbafbd744caffb09
10 changes: 5 additions & 5 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

packages:
- completed:
commit: 73bea50a23ec60106eae9aa75a06ee854beb2e71
commit: 74bf67fb7e9e797c51380ed0fbafbd744caffb09
git: https://github.com/flipstone/shrubbery.git
name: shrubbery
pantry-tree:
sha256: e18a9032ca90d613943b023bdc2b362e42cfb1761c31886f83270e40a54d5095
size: 1737
version: 0.2.1.0
sha256: feb7f7b0064df90a1d7a9594769debd005d34a93b6011f70aa5b6d6381f406e6
size: 1739
version: 0.2.2.0
original:
commit: 73bea50a23ec60106eae9aa75a06ee854beb2e71
commit: 74bf67fb7e9e797c51380ed0fbafbd744caffb09
git: https://github.com/flipstone/shrubbery.git
snapshots:
- completed:
Expand Down

0 comments on commit 2857113

Please sign in to comment.