Stackage

From HaskellWiki
Revision as of 08:38, 10 June 2014 by Chrisdone (talk | contribs) (Updated explanation)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

There is an upcoming Stackage server (a la Hackage server) which will be released for beta in the next month. This can be used as a drop-in replacement for Hackage, by adding a link (as from here to the repo in your .cabal file:

remote-repo: stackage:http://www.stackage.org/stackage/44ea140bd97cbb0f6140d331f8f7f8667a637eda

And then cabal update and then now everything that you install should build and pass tests.

Links