[Haskell-cafe] Building applications with profiling

Brandon Allbery allbery.b at gmail.com
Tue Dec 17 01:37:18 UTC 2013


On Mon, Dec 16, 2013 at 8:14 PM, Mateusz Kowalczyk
<fuuzetsu at fuuzetsu.co.uk>wrote:

> I can't really recompile mtl with profiling considering that just about
> every single package on my system seems to depend on it and they would
> (probably?) all break.
>
> Does anyone have any suggestions on how to approach the problem? Am I
> doing it all wrong?
>

How did you install ghc and the Haskell Platform? Vendor packages on Linux
may split out the profiling libraries into separate packages (e.g. on
Fedora 19 ghc-mtl-devel includes the profiling libraries, but on Debian
wheezy they're separated into libghc-ghc-mtl-prof instead of being in
libghc-ghc-mtl-dev). Installing such packages will not break anything using
the existing -dev packages' libraries.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20131216/97e2cd13/attachment.html>


More information about the Haskell-Cafe mailing list