vabal-lib: Core algorithms and datatypes used by vabal

[ development, distribution, library, mit ] [ Propose Tags ]

`vabal-lib` is the library powering vabal, it provides the tools to analyze a '.cabal' file and check which versions of ghc can comply with the constraints imposed on the following dependencies:

  • base

  • Cabal (only constraints in the setup-depends stanza are important).


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 2.0.0
Change log CHANGELOG.md
Dependencies base (>=4.11 && <4.13), bytestring (>=0.10.8 && <0.11), Cabal (>=2.2 && <2.5), cassava (>=0.5.1 && <0.6), containers (>=0.5.11 && <0.7), vector (>=0.12.0 && <0.13) [details]
License MIT
Author Francesco Magliocca
Maintainer franciman12@gmail.com
Category Development, Distribution
Home page https://github.com/vabal/vabal
Source repo head: git clone https://github.com/vabal/vabal-lib.git
Uploaded by Franciman at 2019-01-10T15:22:42Z
Distributions
Downloads 652 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-01-10 [all 1 reports]

Readme for vabal-lib-2.0.0

[back to package description]

This is the library powering vabal.

For rendered documentation, see http://hackage.haskell.org/package/vabal-lib or generate the haddock by running:

$ cabal new-haddock

in the directory where you downloaded vabal-lib.