Deprecated

In favour of

stackage-cabal

A CLI executable for cabal-based stackage commands

https://www.stackage.org/package/stackage-cabal

LTS Haskell 6.35:0.1.1
Stackage Nightly 2016-05-25:0.1.1
Latest on Hackage:0.1.1

See all snapshots stackage-cabal appears in

MIT licensed by Dan Burton
Maintained by [email protected]
This version can be pinned in stack with:stackage-cabal-0.1.1@sha256:e04e6c6c723f84dd540285b503b304f6d0b4f22a6454294a7356f344aac6e72a,1757

Module documentation for 0.1.1

stackage-cli

Build Status

A command-line interface for leveraging stackage.

You must have ghc, ghc-pkg, and cabal on your $PATH. This program will make various calls to those executables on your behalf.

This package provides the following stackage plugins:

stackage init

Downloads a cabal.config file from stackage.org. That’s all it does! The cabal.config file constrains the package versions used to build your project. Stackage.org is constantly calculating the best compatible build plans for a big subset of Hackage.

stackage purge

Calls ghc-pkg unregister on your package databases. (You will be prompted on a per-db basis; use stackage purge --force if you don’t want to be prompted.) This is an easy way to clean out your sandbox.

stackage upgrade

A stackage purge followed by stackage init.

Changes

0.1.1

  • Added (stubbed) library

0.1.0

  • Initial release