> Installing executable(s) in
> /Users/bo/Library/Haskell/ghc-7.4.2/lib/cabal-install-1.16.0.1/bin
> Updating documentation index /Users/bo/Library/Haskell/doc/index.html
When I then tried
cabal update
it still said
> Downloading the latest package list from hackage.haskell.org
Did you do "hash -r" so your shell will forget that it had already found cabal in /usr/bin?
(This is not a Mac OS X thing, it's a bash and zsh thing. csh/tcsh does it too but you clear its path hash table with "rehash".)
--