> How do I tell Cabal to install the necessary code? set: "library-profiling: True" in your ~/.cabal/config file and never deal with this again (for any new packages you install). use --reinstall -p to updat existing packages. Thomas