cabalQuery

A simple tool to query cabal files.

http://github.com/creswick/cabal-query

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Rogan Creswick
Maintained by [email protected]

Command line access to the cabal package description files.

cabalQuery allows you to query one or more .cabal files for fields that may be useful in other contexts, such as a build system, where you may need the version number, lincense, authors, copyright, etc.. in a programatic way, but without access to the Cabal libraries.