From 07c1baefc4f3d594c831b3b80ae943086ac2cbd6 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Sat, 30 Aug 2014 19:16:49 -0700 Subject: [PATCH] use -j for cabal install --- 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 23261c5b..ff4a237e 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 --max-backjumps=-1 --reorder-goals && yesod devel + cd PROJECTNAME && cabal sandbox init && cabal install -j --enable-tests . yesod-platform yesod-bin --max-backjumps=-1 --reorder-goals && yesod devel