MIT licensed by Dan Burton
Maintained by [email protected]
This version can be pinned in stack with:stackage-setup-0.0.2@sha256:db476dcd26f526be878821a79311e97ed0af38a721fe08739919fcb7908aad56,1332

Module documentation for 0.0.2

stackage-setup

Build Status

An executable for easily setting up a Haskell work environment. This project is similar in spirit to minGHC. It is currently Linux (64 bit) only, but with hopes of making it cross platform eventually.

Currently includes: ghc, cabal, happy, alex, and various stackage-cli plugins.

$ stackage-setup ghc-7.8
$ stackage-setup ghc-7.10

Changes

0.0.2

  • Migrated off of system-filepath and system-fileio in favor of filepath and directory.

0.0.1

  • Added library (stubbed)

0.0.0.1

  • stackage-setup nightly now works as expected

0.0.0

Initial release