Description
Core algorithms and datatypes used by vabal.
Description
`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).
README.md
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
.