Well that's no fun! The install looks like it mostly worked, execept that the final registration of the installed packages failed because for some reason the script has them out of order.
cd /Library/Haskell/ghc-7.0.2/lib/registrationsfor c in *.conf; do echo == $c ==; ghc-pkg register --force $c; done