installation refinements
authorJim <jim.pryor@nyu.edu>
Sat, 31 Jan 2015 16:39:06 +0000 (11:39 -0500)
committerJim <jim.pryor@nyu.edu>
Sat, 31 Jan 2015 16:39:06 +0000 (11:39 -0500)
how_to_get_the_programming_languages_running_on_your_computer.mdwn

index eb84656..fc28bd7 100644 (file)
@@ -368,7 +368,7 @@ On **Ubuntu or Debian Linux**:
 *   In a Terminal, type `sudo apt-get install haskell-platform`.
 
 
-If any of the instructions above don't work, then you can try alternative instructions for [Windows](http://new-www.haskell.org/downloads/windows) or [Mac](http://new-www.haskell.org/downloads/osx) or [Ubuntu](http://new-www.haskell.org/downloads/linux). After installing the software, you should open a terminal and type `cabal update && cabal install alex happy`. If typing `which ghci` in a Terminal doesn't give you any reply, you may need to type `echo 'export PATH=/usr/local/bin:$PATH' >> ~/.bashrc`, then exit and restart your Terminal session.
+If any of the instructions above don't work, then you can try alternative instructions for [Mac](http://new-www.haskell.org/downloads/osx) or [Windows](http://new-www.haskell.org/downloads/windows) or [Ubuntu](http://new-www.haskell.org/downloads/linux). After installing the software, open a Terminal and type `cabal update && cabal install alex happy`. <!-- If typing `which ghci` in a Terminal doesn't give you any reply, you may need to type `echo 'export PATH=/usr/local/bin:$PATH' >> ~/.bashrc`, then exit and restart your Terminal session. --> Note that this method doesn't install all the extensions that are part of the Haskell Platform, but only the core pieces of GHC. You can use Cabal to download and manage any extra extensions you turn out to need, down the road.
 
 It's useful to know about the general [Haskell wiki](https://wiki.haskell.org) (not restricted to just GHC). They have a [Getting Started](https://wiki.haskell.org/Haskell_in_5_steps) page, which also recommends that you install the Haskell Platform.