Never mind, quoting is actually unnecessary.

Rufflewind 2014-09-07 13:12:47 -07:00
parent b6876157b3
commit a1d3b4f044

@ -27,7 +27,7 @@ This applies to both Haskell Platform and manual installs. A very common source
On most POSIX systems, this directory will be `$HOME/.cabal/bin`. A simple way to do this is to edit your `~/.bashrc` and place in there:
```bash
export PATH="$HOME/.cabal/bin:$PATH"
export PATH=$HOME/.cabal/bin:$PATH
```
In Mac OS X, cabal installs binaries to: `$HOME/Library/Haskell/bin`.