Created
February 21, 2015 10:36
-
-
Save krdlab/712defa9304069af583d to your computer and use it in GitHub Desktop.
Start yesod (use cabal sandbox)
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 characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment