Skip to content

Instantly share code, notes, and snippets.

@codegordi
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save codegordi/284fac1171b7627f2873 to your computer and use it in GitHub Desktop.

Select an option

Save codegordi/284fac1171b7627f2873 to your computer and use it in GitHub Desktop.

Revisions

  1. codegordi revised this gist Aug 16, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original 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), common vetted libraries, Cabal, etc.
    > 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.
  2. codegordi created this gist Aug 16, 2014.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original 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!