Warn away from building the package set (fixes #1208)

This commit is contained in:
Michael Snoyman 2016-02-07 12:59:15 +02:00
parent e823ac1e77
commit d3ffd2e24d

View File

@ -49,14 +49,12 @@ Stackage both easier and more secure:
Build the package set Build the package set
--------------------- ---------------------
Generally, building the package set should be done only by the Jenkins machine Generally, building the package set should be done only by the Stackage build
or by the official maintainers, as the process does require quite a bit of machine by the Stackage curation team. If you're interested in trying this
setup on the local machine. That said, you'll likely be able to get a stable yourself, please check out [the curator
build by running: guide](https://github.com/fpco/stackage/blob/master/CURATORS.md), though be
aware that this is not a recommended practice and there likely will be problems
cabal update you will need to debug yourself.
cabal install stackage
stackage nightly
### Docker ### Docker