stackage-build-plan: Calculate and print (in different formats) Stackage build plans

[ deprecated, distribution, library, mit, program ] [ Propose Tags ]
Deprecated in favor of stackage-curator

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Change log ChangeLog.md
Dependencies aeson, base (>=4.5 && <5), bytestring (>=0.9), Cabal, containers, directory (>=1.1), exceptions, filepath (>=1.2), http-client (>=0.4), http-client-tls (>=0.2), mtl, optparse-applicative, stackage-build-plan, stackage-cli, stackage-types, text (>=0.11), time, yaml [details]
License MIT
Author Michael Snoyman
Maintainer michael@snoyman.com
Category Distribution
Home page https://github.com/fpco/stackage-build-plan
Source repo head: git clone git://github.com/fpco/stackage-build-plan.git
Uploaded by MichaelSnoyman at 2015-05-10T08:59:09Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Executables stackage-build-plan
Downloads 1889 total (6 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-05-10 [all 1 reports]

Readme for stackage-build-plan-0.1.1.0

[back to package description]

stackage-build-plan

Build Status

Calculate and print (in different formats) Stackage build plans. This includes generating bootstrap shell scripts, such as needed by cabal-install. In fact, that use case is the primary motivation for releasing this code as its own package.

Why Stackage?

This package takes advantage of the Stackage Nightly and LTS Haskell snapshots to calculate known-good build plans to display to users.

Future enhancements

None planned