[Haskell-cafe] Profiling

Thomas DuBuisson thomas.dubuisson at gmail.com
Sun Feb 21 12:11:51 EST 2010


> 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


More information about the Haskell-Cafe mailing list