Skip to content

Commit d4dcd51

Browse files
authored
Merge pull request #9841 from ffaf1/bootstrap-bounds
Update Cabal-syntax for bootstrap
2 parents 47d31fc + d1c7016 commit d4dcd51

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

bootstrap/cabal-bootstrap-gen.cabal

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ executable cabal-bootstrap-gen
1212
, 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
1313
, bytestring ^>=0.10.8.2 || ^>=0.11.0.0
1414
, Cabal ^>=3.4.1.0 || ^>=3.6.3.0 || ^>=3.10.1.0
15-
, Cabal-syntax ^>=3.10.1.0
15+
, Cabal-syntax ^>=3.8.1.0 || ^>=3.10.1.0
16+
-- For the release process, we need the last *two* Cabal-syntax
17+
-- versions here: one to make CI green when release Cabal-syntax is
18+
-- not yet on Hackage and we are bumping versions. The second for
19+
-- when Cabal-syntax has been actually uploaded to Hackage and we
20+
-- rerun `make bootstrap-jsons`.
1621
, cabal-install-parsers ^>=0.3.0.1 || ^>=0.4.5 || ^>=0.6
1722
, cabal-plan ^>=0.7.0.0
1823
, containers ^>=0.6.0.1

0 commit comments

Comments
 (0)