cabal-toolkit: Helper functions for writing custom Setup.hs scripts.

[ bsd3, distribution, library ] [ Propose Tags ]

Helper functions for writing custom Setup.hs scripts.

This is useful to access configuration parameters of a Cabal-based project at runtime, e.g. when you want to supply the right GHC_PACKAGE_PATH to ghc oder ghci.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), binary, bytestring, Cabal (>=1.24 && <4), containers, ghc, template-haskell [details]
License BSD-3-Clause
Copyright (c) 2017 Shao Cheng
Author
Maintainer Shao Cheng <astrohavoc@gmail.com>
Category Distribution
Home page https://github.com/TerrorJack/cabal-toolkit#readme
Bug tracker https://github.com/TerrorJack/cabal-toolkit/issues
Source repo head: git clone https://github.com/TerrorJack/cabal-toolkit
Uploaded by sgraf812 at 2020-03-27T07:32:08Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4223 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-03-27 [all 1 reports]

Readme for cabal-toolkit-0.0.7

[back to package description]

cabal-toolkit

CircleCI AppVeyor Hackage Stackage Nightly

Helper functions for writing custom Setup.hs scripts. See haddock documentation for details.