Difference between revisions of "Stackage"

From HaskellWiki
Jump to navigation Jump to search
(Update text for current state of Stackage server)
(→‎Links: Added link to "Announcing: first release of Stackage CLI (Command Line Tools)")
Line 10: Line 10:
   
 
* [http://www.stackage.org/ Stackage Homepage]
 
* [http://www.stackage.org/ Stackage Homepage]
  +
* [https://www.fpcomplete.com/blog/2015/04/announcing-stackage-cli Announcing: first release of Stackage CLI (Command Line Tools)]
 
* [https://www.fpcomplete.com/blog/2014/05/stackage-server Stackage Server blog post]
 
* [https://www.fpcomplete.com/blog/2014/05/stackage-server Stackage Server blog post]
 
* [https://github.com/fpco/stackage Repository]
 
* [https://github.com/fpco/stackage Repository]

Revision as of 21:43, 29 April 2015

Stackage is an infrastructure to create stable builds of complete package sets (henceforth we call them “snapshots”) and provide them as sets of packages to users. Think “stable Hackage”.

To use Stackage for more reliable builds, visit stackage.org. You can also skip to the getting started instructions.

To add a package to Stackage, view the maintainers agreement.

One of the easiest ways to get started with Stackage is to download a cabal.config file to your package directory and rebuild.

Links