Last active
August 29, 2015 14:05
-
-
Save codegordi/284fac1171b7627f2873 to your computer and use it in GitHub Desktop.
Revisions
-
codegordi revised this gist
Aug 16, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ ## 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. -
codegordi created this gist
Aug 16, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ ## install Haskell Platform on Mac OS (1) Download from https://www.haskell.org/platform/ > Contains the GHCi REPL shell (console), 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!