Created
February 21, 2015 10:36
-
-
Save krdlab/712defa9304069af583d to your computer and use it in GitHub Desktop.
Revisions
-
krdlab created this gist
Feb 21, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ wget http://www.stackage.org/lts/cabal.config cabal update cabal sandbox init cabal install alex happy yesod-bin export PATH=./.cabal-sandbox/bin:$PATH yesod init --bare cabal install -j --enable-tests --max-backjumps=-1 --reorder-goals yesod devel