@hackage cabal-install-parsers0.6.3
Utilities to work with cabal-install files
Categories
License
GPL-2.0-or-later AND BSD-3-Clause
Maintainer
hvr@gnu.org, oleg.grenrus@iki.fi
Links
Versions
Installation
Tested Compilers
Dependencies (20)
- Cabal-syntax ^>=3.14.2.0
- aeson ^>=2.1.0.0 || ^>=2.2.0.0
- base >=4.13.0.0 && <4.22
- base16-bytestring ^>=1.0.0.0
- binary ^>=0.8.7.0
- binary-instances ^>=1 Show all…
Dependents (8)
@hackage/cabal-cache, @hackage/cabal-plan, @hackage/cabal-add, @hackage/ghcup, @hackage/doctest-parallel, @hackage/hackage-revdeps, Show all…
cabal-install-parsers provides parsers for cabal-install files:
cabal.project (Cabal.Project),
cabal.config (Cabal.Config),
01-index.tar (Cabal.Index);
as well as some other utilities.
The feature set is mainly motivated by the needs of haskell-ci package.
The parsed data is not complete, functionality is added on demand.