[commit: packages/Cabal] ghc-head: Documentation fix. (8d168c5)

git at git.haskell.org git at git.haskell.org
Thu Jan 16 16:03:52 UTC 2014


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/packages/Cabal.git/commitdiff/8d168c5fbbcd01ce0c5ff3d9c4a959b4c0819746

>---------------------------------------------------------------

commit 8d168c5fbbcd01ce0c5ff3d9c4a959b4c0819746
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date:   Thu Nov 21 22:08:55 2013 +0100

    Documentation fix.


>---------------------------------------------------------------

8d168c5fbbcd01ce0c5ff3d9c4a959b4c0819746
 Cabal/doc/installing-packages.markdown |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cabal/doc/installing-packages.markdown b/Cabal/doc/installing-packages.markdown
index a554982..5348ddd 100644
--- a/Cabal/doc/installing-packages.markdown
+++ b/Cabal/doc/installing-packages.markdown
@@ -131,7 +131,7 @@ can be easily done with the `--sandbox` option:
 
 ~~~~~~~~~~~~~~~
 $ cd /path/to/shared-sandbox
-$ cabal sandbox init
+$ cabal sandbox init --sandbox .
 $ cd /path/to/package-a
 $ cabal sandbox init --sandbox /path/to/shared-sandbox
 $ cd /path/to/package-b



More information about the ghc-commits mailing list