Re: [Haskell-cafe] MissingH: profiler support?

2007-01-12 Thread Chris Eidhof
Thanks, this works! I had to build all the other libraries that are required with profiling support too. I also wrote it down on the MissingH wiki, see http://software.complete.org/missingh/wiki/Profiling -chris On 12 Jan, 2007, at 4:08 , Spencer Janssen wrote: The typical way to add

Re: Resending: [Haskell-cafe] MissingH: profiler support?

2007-01-12 Thread Nils Anders Danielsson
On Thu, 11 Jan 2007, Chris Eidhof [EMAIL PROTECTED] wrote: On 8 Jan, 2007, at 23:13 , Chris Eidhof wrote: I'm trying to profile my application, which makes use of MissingH. But when compiling with -prof -auto-all, I get the following error: Language.hs:8:7: Could not find module

Resending: [Haskell-cafe] MissingH: profiler support?

2007-01-11 Thread Chris Eidhof
Hey, does anyone know about this? Resending as I got no replies (yet) ;) Thanks, -chris On 8 Jan, 2007, at 23:13 , Chris Eidhof wrote: Hey all, I'm trying to profile my application, which makes use of MissingH. But when compiling with -prof -auto-all, I get the following error:

Re: [Haskell-cafe] MissingH: profiler support?

2007-01-11 Thread Spencer Janssen
The typical way to add profiling support to a Cabal lib is to add -p at configure time (ie runhaskell Setup.hs configure -p). Have you tried this? Cheers, Spencer Janssen On Jan 8, 2007, at 4:13 PM, Chris Eidhof wrote: Hey all, I'm trying to profile my application, which makes use of

[Haskell-cafe] MissingH: profiler support?

2007-01-08 Thread Chris Eidhof
Hey all, I'm trying to profile my application, which makes use of MissingH. But when compiling with -prof -auto-all, I get the following error: Language.hs:8:7: Could not find module `Data.String': Perhaps you haven't installed the profiling libraries for package