On 25/08/06, Jeff Polakow <[EMAIL PROTECTED]> 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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
