Note about Stackage server

This commit is contained in:
Michael Snoyman 2014-08-21 11:48:09 +03:00
parent 4f9fb016b1
commit 6ec657c43a

View File

@ -3,6 +3,10 @@ stackage
"Stable Hackage," tools for creating a vetted set of packages from Hackage. "Stable Hackage," tools for creating a vetted set of packages from Hackage.
__NOTE__ This repository is for package authors to get their code into
Stackage. If you simply want to use Stackage as an end user, please follow the
instructions on http://www.stackage.org/.
A note about the codebase: the goal is to minimize dependencies and have A note about the codebase: the goal is to minimize dependencies and have
the maximum range of supported compiler versions. Therefore, we avoid the maximum range of supported compiler versions. Therefore, we avoid
anything "complicated." For example, instead of using the text package, anything "complicated." For example, instead of using the text package,