Skip to content

Commit

Permalink
Merge pull request #9841 from ffaf1/bootstrap-bounds
Browse files Browse the repository at this point in the history
Update Cabal-syntax for bootstrap
  • Loading branch information
mergify[bot] committed Apr 6, 2024
2 parents 47d31fc + d1c7016 commit d4dcd51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bootstrap/cabal-bootstrap-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ executable cabal-bootstrap-gen
, base ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 || ^>=4.15.0.0 || ^>=4.16.0.0 || ^>=4.17.0.0
, bytestring ^>=0.10.8.2 || ^>=0.11.0.0
, Cabal ^>=3.4.1.0 || ^>=3.6.3.0 || ^>=3.10.1.0
, Cabal-syntax ^>=3.10.1.0
, Cabal-syntax ^>=3.8.1.0 || ^>=3.10.1.0
-- For the release process, we need the last *two* Cabal-syntax
-- versions here: one to make CI green when release Cabal-syntax is
-- not yet on Hackage and we are bumping versions. The second for
-- when Cabal-syntax has been actually uploaded to Hackage and we
-- rerun `make bootstrap-jsons`.
, cabal-install-parsers ^>=0.3.0.1 || ^>=0.4.5 || ^>=0.6
, cabal-plan ^>=0.7.0.0
, containers ^>=0.6.0.1
Expand Down

0 comments on commit d4dcd51

Please sign in to comment.