[Haskell] modern language design, stone age tools

Fergus Henderson fjh007 at galois.com
Wed Jun 23 13:46:30 EDT 2004


On 23-Jun-2004, Ketil Malde <ketil+haskell at ii.uib.no> wrote:
> > Thirdly, profiling seems to be incompatible with the use of ghci; there
> > doesn't seem to be any easy way to build a workspace so that you can
> > get stack traces and use ghci in that workspace at the same time.
> 
> You can compile with: -prof -auto-all -hisuf p.hi -osuf p.o 
> This will create separate object and interface files for profiling.

Thanks!  That is a useful tip.

-- 
Fergus J. Henderson                 |  "I have always known that the pursuit
Galois Connections, Inc.            |  of excellence is a lethal habit"
Phone: +1 503 626 6616              |     -- the last words of T. S. Garp.


More information about the Haskell mailing list