From 6ec657c43a30183da8ce2fa84350b1c730bf167e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 21 Aug 2014 11:48:09 +0300 Subject: [PATCH] Note about Stackage server --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dbac71e4..f729c667 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ stackage "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 the maximum range of supported compiler versions. Therefore, we avoid anything "complicated." For example, instead of using the text package,