cabal-toolkit

Helper functions for writing custom Setup.hs scripts.

https://github.com/TerrorJack/cabal-toolkit#readme

Version on this page:0.0.5
LTS Haskell 11.22:0.0.5
Stackage Nightly 2018-03-13:0.0.5
Latest on Hackage:0.0.7

See all snapshots cabal-toolkit appears in

BSD-3-Clause licensed
Maintained by Shao Cheng
This version can be pinned in stack with:cabal-toolkit-0.0.5@sha256:ca30f5f97ce0728fbc8ab2ffa8487d2bcc1077ecd451ff7f2fd10630cddf487c,1508

Module documentation for 0.0.5

cabal-toolkit

CircleCI AppVeyor Hackage Stackage Nightly

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

Changes

CHANGELOG for cabal-toolkit

0.0.5

  • Invoke addForeignFile when relying on the content of .buildinfo in TH splices, to ensure they are re-run when the files are updated. (Credits to @nh2)

0.0.4

  • Support Cabal-1.24 and ghc-8.0.2. (Credits to @sgraf812)

0.0.3

  • Add Programs for cmake/make/ninja for users who need to compile C/C++.

0.0.2

  • Add getGHCPackageDBFlags for users working with GHC API.

0.0.1

  • Initial commit.