From 97af86e43a2101bbfefb269e37235a3a1bb90752 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 3 Sep 2014 17:56:20 +0300 Subject: [PATCH 1/2] Simplified done.cg #819 --- yesod-bin/input/done.cg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yesod-bin/input/done.cg b/yesod-bin/input/done.cg index ff4a237e..760ed96f 100644 --- a/yesod-bin/input/done.cg +++ b/yesod-bin/input/done.cg @@ -22,6 +22,9 @@ Start with the book: http://www.yesodweb.com/book Take part in the community: http://yesodweb.com/page/community -Start your project: +It's highly recommended to follow the quick start guide for +installing Yesod: http://www.yesodweb.com/page/quickstart - cd PROJECTNAME && cabal sandbox init && cabal install -j --enable-tests . yesod-platform yesod-bin --max-backjumps=-1 --reorder-goals && yesod devel +If your system is already configured correctly, please run: + + cd PROJECTNAME && cabal install -j --enable-tests --max-backjumps=-1 --reorder-goals && yesod devel From 815901eeb466ea0a6ad76e2e3b0f05a8f1163d7e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 7 Sep 2014 16:58:00 +0300 Subject: [PATCH 2/2] Version bump --- yesod-bin/yesod-bin.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-bin/yesod-bin.cabal b/yesod-bin/yesod-bin.cabal index 07c41e11..5952d4f3 100644 --- a/yesod-bin/yesod-bin.cabal +++ b/yesod-bin/yesod-bin.cabal @@ -1,5 +1,5 @@ name: yesod-bin -version: 1.2.12.7 +version: 1.2.12.8 license: MIT license-file: LICENSE author: Michael Snoyman