Description
Specify Cabal files in Haskell.
Description
By specifying your Cabal files in Haskell, you have the power of Haskell at your disposal to reduce redundancy. You can also read in trees of module names dynamically, which saves you from manually maintaining lists of module names.
See the documentation in the Cartel
module for details.
README.md
Cartel - specify Cabal files in Haskell
Please see the documentation in the Cartel.hs module in the lib directory for details.
On Hackage
http://hackage.haskell.org/package/cartel
On Github
http://www.github.com/massysett/cartel
On Stackage
https://www.stackage.org/package/cartel
Building Cartel
Cartel's Cabal file is generated using Cartel. You will need to have the stack
program installed. Stack is available at
http://www.haskellstack.org
To generate the Cabal file, simply run sh buildprep
.