On Wed, Apr 15, 2009 at 11:21 AM, David F. Place <[email protected]> wrote:
Hi,Suppose I have installed a number of libraries and have written a program using them. Now, I want to profile my program. What is the best way to get the profiling versions of the libraries installed? Thanks, David
I'd chuck 'library-profiling: True' into my .cabal/config, and do 'cabal install --reinstall <list of libraries>' (being careful to exclude the core libraries like unix and process). -- gwern
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
