Skip to content

Instantly share code, notes, and snippets.

@nathan
Created April 29, 2015 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathan/5b15914197d672500e14 to your computer and use it in GitHub Desktop.
Save nathan/5b15914197d672500e14 to your computer and use it in GitHub Desktop.
Install Elm 0.15 on GHC 7.10, or else.
mkdir elm
cd elm
git clone https://github.com/nathan/edit-distance
git clone https://github.com/nathan/language-glsl
git clone https://github.com/nathan/elm-compiler
git clone https://github.com/nathan/elm-package
git clone https://github.com/nathan/elm-make
git clone https://github.com/nathan/elm-reactor
git clone https://github.com/nathan/elm-repl
cabal sandbox init
cabal install ./edit-distance ./language-glsl ./elm-compiler ./elm-package ./elm-make ./elm-reactor ./elm-repl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment