From 03ecaba0cca0125a3270dfe0ced3a88ebb755d33 Mon Sep 17 00:00:00 2001 From: Casey Zednick Date: Fri, 31 Jan 2014 23:08:23 -0800 Subject: [PATCH] Update done output to use Michael's PSA advice (https://groups.google.com/forum/#!topic/yesodweb/5fPqTr0Ca3A) --- yesod-bin/input/done.cg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-bin/input/done.cg b/yesod-bin/input/done.cg index 58604933..23261c5b 100644 --- a/yesod-bin/input/done.cg +++ b/yesod-bin/input/done.cg @@ -24,4 +24,4 @@ Take part in the community: http://yesodweb.com/page/community Start your project: - cd PROJECTNAME && cabal sandbox init && cabal install --enable-tests . yesod-platform yesod-bin && yesod devel + cd PROJECTNAME && cabal sandbox init && cabal install --enable-tests . yesod-platform yesod-bin --max-backjumps=-1 --reorder-goals && yesod devel