Last active
December 23, 2015 09:19
-
-
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!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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