From 1c9ee2d0dc4a119606b1d782a4c87bcb45c1eb05 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Tue, 7 Oct 2014 14:09:48 -0500 Subject: [PATCH] Stackage --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea227be..5957c2d 100644 --- a/README.md +++ b/README.md @@ -510,11 +510,18 @@ Interesting side note: GHC needs to hide the state token representation behind a - http://www.haskell.org/haskellwiki/Tying_the_Knot - ## Extended Reading list (some is already included here) - http://www.stephendiehl.com/posts/essential_haskell.html +## Stackage + +For any users (usually Yesod users) that have build problems, consider Stackage. + +- A good summary of Stackage is here: https://www.fpcomplete.com/blog/2014/05/stackage-server + +In the author's opinion, Stackage is usually more useful than `cabal freeze`. + ## Dialogues [Dialogues](dialogues.md) these are actually pretty important and