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]

Modules

[Last Documentation]

  • Cartel
    • Cartel.Ast
    • Cartel.Betsy
      • Cartel.Betsy.Internal
    • Cartel.Init
    • Cartel.Render
    • Cartel.Types

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.8.0.0 && <5), directory (>=1.1.0.2), filepath (>=1.3.0.0), optparse-applicative (>=0.12.1.0), pretty-show (>=1.6.10), process (>=1.2.3.0), split (>=0.2.3), time (>=1.4), transformers (>=0.3.0.0) [details]
License BSD-3-Clause
Copyright Copyright 2014-2016 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 2016-06-29T17:31:57Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables cartel-init, cartel-visual-test
Downloads 14877 total (39 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-11-23 [all 2 reports]

Readme for cartel-0.18.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

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.