cartel: Specify Cabal files in Haskell

[ bsd3, deprecated, distribution, library, program ] [ Propose Tags ]
Deprecated in favor of hpack

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.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
visual

Build cartel-visual-test executable.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0, 0.4.0.0, 0.6.0.0, 0.8.0.0, 0.10.0.0, 0.10.0.2, 0.12.0.0, 0.12.0.2, 0.14.0.0, 0.14.2.0, 0.14.2.2, 0.14.2.4, 0.14.2.6, 0.14.2.8, 0.16.0.0, 0.18.0.0, 0.18.0.2
Dependencies base (>=4.5.0.0 && <4.8), directory (>=1.1.0.2 && <1.3), filepath (>=1.3.0.0 && <1.4), time (>=1.4 && <1.6), transformers (>=0.4 && <0.5) [details]
License BSD-3-Clause
Copyright Copyright 2014-2015 Omari Norman
Author Omari Norman
Maintainer omari@smileystation.com
Category Distribution
Home page http://www.github.com/massysett/cartel
Bug tracker http://www.github.com/massysett/cartel/issues
Source repo head: git clone https://github.com/massysett/cartel.git
Uploaded by OmariNorman at 2015-01-17T23:02:17Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables cartel-visual-test
Downloads 14821 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-01-17 [all 1 reports]

Readme for cartel-0.12.0.0

[back to package description]

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

Test results

Build Status

If you have trouble getting Cartel to build, you might try looking at the test results by clicking on the button above; archived test results will show you what package dependencies have been used in the past to build Cartel successfully.