26 Aug
2006
26 Aug
'06
3:21 a.m.
On 25/08/06, Jeff Polakow <jeff.polakow@db.com> wrote:
However when I compile with profiling:
bash-3.1$ ghc --make -auto-all -prof -O -o analysis analysis.hs Chasing modules from: analysis.hs Could not find module `Data.ByteString.Lazy.Char8': use -v to see a list of the files searched for (imported from analysis.hs)
ghc complains about not finding the ByteString library.
Is this supposed to hapen, and if so, is there a way to get profiling to work?
Have you tried recompiling Data.ByteString with profiling support? cd fps runhaskell Setup.hs configure --enable-library-profiling runhaskell Setup.hs build runhaskell Setup.hs install