[arch-haskell] AUR Comment for haskell-utility-ht

2011-07-18 Thread AUR Feedback
from http://aur.archlinux.org/packages.php?ID=23087 magus wrote: @kjslag It's not a bug, you simply haven't installed a package that supports profiling. You'll need to re-compile with profiling (by setting the environment variable PKGBUILD_HASKELL_ENABLE_PROFILING) and re-install. --- If you no l

[arch-haskell] AUR Comment for haskell-utility-ht

2011-07-18 Thread AUR Feedback
from http://aur.archlinux.org/packages.php?ID=23087 kjslag wrote: I can't compile with profiling. I'm not sure if that's a bug. $ cat test.hs import Data.Tuple.HT main = print $ mapFst id (1,1) $ ghc -prof -auto-all -v test.hs Glasgow Haskell Compiler, Version 7.0.3, for Haskell 98, stage 2 bo