Skip to content

Instantly share code, notes, and snippets.

@krdlab
Created February 21, 2015 10:36
Show Gist options
  • Save krdlab/712defa9304069af583d to your computer and use it in GitHub Desktop.
Save krdlab/712defa9304069af583d to your computer and use it in GitHub Desktop.
Start yesod (use cabal sandbox)
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