Skip to content

Instantly share code, notes, and snippets.

@dysinger
Forked from mwilliams/gist:6613649
Last active December 23, 2015 09:19
Show Gist options
  • Save dysinger/6613786 to your computer and use it in GitHub Desktop.
Save dysinger/6613786 to your computer and use it in GitHub Desktop.
cabal update
cabal install Cabal
cabal install cabal-install
export PATH=./.cabal-sandbox/bin:~/.cabal/bin:$PATH
cd ~/path/to/my/project
cabal sandbox init
cabal install elm
cabal install elm-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment