Cabal-syntax: A library for working with .cabal files
This library provides tools for reading and manipulating the .cabal file format.
Version 3.6 (unlike the following versions) is a dummy package that prevents module name clases between Cabal and Cabal-syntax if used together with a Cabal flag as described below.
In Cabal-3.7 this package was split off. To avoid module name clashes, you can add this to your .cabal file:
flag Cabal-syntax description: Use the new Cabal-syntax package default: False manual: False library -- ... if flag(Cabal-syntax) build-depends: Cabal-syntax >= 3.7 else build-depends: Cabal < 3.7, Cabal-syntax < 3.7
This will default to the older build, but will allow consumers to opt-in to the newer libraries by requiring Cabal or Cabal-syntax >= 3.7
Downloads
- Cabal-syntax-3.6.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
- AndresLoeh, BenGamari, DuncanCoutts, HerbertValerioRiedel, MikhailGlushenkov, MikolajKonarski, fffaaa, phadej, Bodigrim, topos, ArtemPelenitsyn, hecate, PatrickDougherty
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 3.6.0.0, 3.8.1.0, 3.10.1.0, 3.10.2.0, 3.10.3.0, 3.12.0.0, 3.12.1.0, 3.14.0.0, 3.14.1.0, 3.14.2.0 |
---|---|
Dependencies | Cabal (<3.7) [details] |
License | BSD-3-Clause |
Copyright | 2003-2021, Cabal Development Team (see AUTHORS file) |
Author | Cabal Development Team <cabal-devel@haskell.org> |
Maintainer | cabal-devel@haskell.org |
Category | Distribution |
Home page | http://www.haskell.org/cabal/ |
Bug tracker | https://github.com/haskell/cabal/issues |
Source repo | head: git clone https://github.com/haskell/cabal/(Cabal-syntax) |
Uploaded | by PatrickDougherty at 2022-01-22T14:49:31Z |
Distributions | Fedora:3.10.3.0 |
Reverse Dependencies | 25 direct, 4385 indirect [details] |
Downloads | 14674 total (21 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2022-01-22 [all 1 reports] |