File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ executable cabal-bootstrap-gen
12
12
, 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
13
13
, bytestring ^>= 0.10.8.2 || ^>= 0.11.0.0
14
14
, 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`.
16
21
, cabal-install-parsers ^>= 0.3.0.1 || ^>= 0.4.5 || ^>= 0.6
17
22
, cabal-plan ^>= 0.7.0.0
18
23
, containers ^>= 0.6.0.1
You can’t perform that action at this time.
0 commit comments