Skip to content

Instantly share code, notes, and snippets.

@mwilliams
Last active December 23, 2015 09:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mwilliams/6613649 to your computer and use it in GitHub Desktop.
Save mwilliams/6613649 to your computer and use it in GitHub Desktop.
Having issues installing Elm with homebrew's haskell-platform & ghc? Here's you answer! Kudos to @dysinger for getting me in the right direction!
cabal update
cabal install Cabal
cabal install cabal-install
cabal sandbox init (in your project workspace)
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