Skip to content

Commit 7e366bc

Browse files
committed
Bump bootstrap boundaries
1 parent 6cf77e2 commit 7e366bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bootstrap/cabal-bootstrap-gen.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ executable cabal-bootstrap-gen
88
ghc-options: -Wall
99
main-is: Main.hs
1010
build-depends:
11-
, aeson ^>=1.5.2.0 || ^>=2.0.3.0 || ^>=2.1.0.0
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 || ^>=4.18.0.0
11+
, aeson ^>=1.5.2.0 || ^>=2.0.3.0 || ^>=2.1.0.0 || ^>=2.2.0.0
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 || ^>=4.18.0.0 || ^>=4.19.0.0
1313
, bytestring ^>=0.10.8.2 || ^>=0.11.0.0
14-
, Cabal ^>=3.4.1.0 || ^>=3.6.3.0 || ^>=3.10.1.0 || ^>=3.12.1.0
15-
, Cabal-syntax ^>=3.8.1.0 || ^>=3.10.1.0 || ^>=3.12.1.0
14+
, Cabal ^>=3.12.1.0 || ^>=3.14.0.0
15+
, Cabal-syntax ^>=3.12.1.0 || ^>=3.14.0.0
1616
-- For the release process, we need the last *two* Cabal-syntax
1717
-- versions here: one to make CI green when release Cabal-syntax is
1818
-- not yet on Hackage and we are bumping versions. The second for

0 commit comments

Comments
 (0)