[Haskell-cafe] profiling uniplate

Johan Tibell johan.tibell at gmail.com
Sat May 1 09:04:53 EDT 2010


On Sat, May 1, 2010 at 3:02 PM, Sebastian Fischer <
sebf at informatik.uni-kiel.de> wrote:

>  I guess I either need to install profiling libraries for uniplate, or
>> disable profiling of those functions coming from uniplate.
>>
>
> Exactly. For the former
>
>    cabal install --reinstall --enable-library-profiling uniplate
>
> should do the trick.
>

To avoid having to manually install profiling versions of libraries in the
future you can enable profiling support in your ~/.cabal file.

-- Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100501/0ec46552/attachment.html


More information about the Haskell-Cafe mailing list