Skip to content

Instantly share code, notes, and snippets.

@codegordi
Last active August 29, 2015 14:05
Show Gist options
  • Save codegordi/284fac1171b7627f2873 to your computer and use it in GitHub Desktop.
Save codegordi/284fac1171b7627f2873 to your computer and use it in GitHub Desktop.
## install Haskell Platform on Mac OS
(1) Download from https://www.haskell.org/platform/
> Contains the GHCi REPL shell (console-interpreter), common vetted libraries, Cabal, etc.
> See https://www.haskell.org/platform/doc/2014.2.0.0/start.html for more information
(2) Um ... that should be it on Mavericks (v. 10.9.+). You may run into problems if you had GHC/i installed already on your Mac and then upgraded to Mavericks. Look up @cartazio or @katchuang gists in these cases.
(3) Do you a Haskell for a Great Good!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment