@hackage cabalQuery0.1.0.1
A simple tool to query cabal files.
Categories
License
BSD-3-Clause
Maintainer
creswick@gmail.com
Links
Versions
Installation
Dependencies (3)
- Cabal >=1.22
- base >=4.6 && <4.7
- containers
- directory
- MissingH
- cabalQuery Show all…
Dependents (0)
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.