forked from haskell/cabal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cabal-bootstrap-gen.cabal
26 lines (25 loc) · 1.23 KB
/
cabal-bootstrap-gen.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cabal-version: 2.2
name: cabal-bootstrap-gen
version: 0
executable cabal-bootstrap-gen
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
main-is: Main.hs
build-depends:
, aeson ^>=1.5.2.0 || ^>=2.0.3.0 || ^>=2.1.0.0 || ^>=2.2.0.0
, 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
, bytestring ^>=0.10.8.2 || ^>=0.11.0.0
, Cabal ^>=3.12.1.0 || ^>=3.14.0.0
, Cabal-syntax ^>=3.12.1.0 || ^>=3.14.0.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
, text ^>=1.2.3.0 || ^>=2.0.1
, topograph ^>=1.0.0.1
, transformers ^>=0.5.6.2 || ^>=0.6.0.4