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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 && <3), containers, ghc, template-haskell [details]
License BSD-3-Clause
Copyright (c) 2017 Shao Cheng
Author
Maintainer Shao Cheng <astrohavoc@gmail.com>
Revised Revision 1 made by sgraf812 at 2020-03-24T11:44:05Z
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-01-10T09:26:05Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4224 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-01-10 [all 1 reports]

Readme for cabal-toolkit-0.0.6

[back to package description]

cabal-toolkit

CircleCI AppVeyor Hackage Stackage Nightly

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