Skip to content

Instantly share code, notes, and snippets.

@krdlab
Created February 21, 2015 10:36
Show Gist options
  • Select an option

  • Save krdlab/712defa9304069af583d to your computer and use it in GitHub Desktop.

Select an option

Save krdlab/712defa9304069af583d to your computer and use it in GitHub Desktop.

Revisions

  1. krdlab created this gist Feb 21, 2015.
    8 changes: 8 additions & 0 deletions start-yesod.sh
    Original 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