From a1d3b4f0443e6dfbcc39c515fc90b77b8c1f9a28 Mon Sep 17 00:00:00 2001 From: Rufflewind Date: Sun, 7 Sep 2014 13:12:47 -0700 Subject: [PATCH] Never mind, quoting is actually unnecessary. --- ... use Stackage.md => Preparing-your-system-to-use-Stackage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Preparing your system to use Stackage.md => Preparing-your-system-to-use-Stackage.md (98%) diff --git a/Preparing your system to use Stackage.md b/Preparing-your-system-to-use-Stackage.md similarity index 98% rename from Preparing your system to use Stackage.md rename to Preparing-your-system-to-use-Stackage.md index 1016c65..4b384fa 100644 --- a/Preparing your system to use Stackage.md +++ b/Preparing-your-system-to-use-Stackage.md @@ -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`.