Difference between revisions of "Stackage"

From HaskellWiki
Jump to navigation Jump to search
(→‎Links: Added link to "Announcing: first release of Stackage CLI (Command Line Tools)")
(Changed url to most up to date version)
 
Line 3: Line 3:
 
To use Stackage for more reliable builds, [http://www.stackage.org visit stackage.org]. You can also [https://github.com/fpco/stackage/wiki/Preparing-your-system-to-use-Stackage skip to the getting started instructions].
 
To use Stackage for more reliable builds, [http://www.stackage.org visit stackage.org]. You can also [https://github.com/fpco/stackage/wiki/Preparing-your-system-to-use-Stackage skip to the getting started instructions].
   
To add a package to Stackage, [https://github.com/fpco/stackage/wiki/Maintainers-Agreement view the maintainers agreement].
+
To add a package to Stackage, [https://github.com/fpco/stackage/blob/master/MAINTAINERS.md].
   
 
One of the easiest ways to get started with Stackage is to [http://www.stackage.org/alias/fpcomplete/unstable-ghc78-exclusive/cabal.config download a cabal.config file] to your package directory and rebuild.
 
One of the easiest ways to get started with Stackage is to [http://www.stackage.org/alias/fpcomplete/unstable-ghc78-exclusive/cabal.config download a cabal.config file] to your package directory and rebuild.

Latest revision as of 09:01, 24 February 2017

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, [1].

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

Links