Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/942f661751658c2192f85ba456e78709140b83c1 >--------------------------------------------------------------- commit 942f661751658c2192f85ba456e78709140b83c1 Author: Duncan Coutts <[email protected]> Date: Tue Oct 20 21:23:19 2009 +0000 Apply suggestion for bootstrap failure message ghc ticket #3602 >--------------------------------------------------------------- cabal-install/bootstrap.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cabal-install/bootstrap.sh b/cabal-install/bootstrap.sh index 0612920..48f88b3 100644 --- a/cabal-install/bootstrap.sh +++ b/cabal-install/bootstrap.sh @@ -224,6 +224,8 @@ then echo "symlink-bindir: $HOME/bin" else echo "Sorry, something went wrong." + echo "The 'cabal' executable was not successfully installed into" + echo "$CABAL_BIN/" fi echo _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
