Re: how to use ghci-debugger with packages

2008-02-25 Thread Frederik Eaton
On Mon, Feb 25, 2008 at 11:14:08AM +, Simon Marlow wrote: > Frederik Eaton wrote: > > >Thanks, I may try that. I'm currently trying to get my GNU-make-based > >build to install profiling versions of package modules, in the hope > >that -xc might give more useful information than it did a year

RE: static constants -- ideas?

2008-02-25 Thread Simon Peyton-Jones
| On another note, I am extremely curious about the difference | between statically compiling a list and building it at | runtime. I find it hard to wrap my head around the fact that I | can build the list at runtime in a short time, but can not | compile it without eating all of my machi

Re: how to use ghci-debugger with packages

2008-02-25 Thread Simon Marlow
Frederik Eaton wrote: Thanks, I may try that. I'm currently trying to get my GNU-make-based build to install profiling versions of package modules, in the hope that -xc might give more useful information than it did a year ago... I would think the chances of that are fairly low, there haven't

Re: static constants -- ideas?

2008-02-25 Thread Chris Kuklewicz
Is it _possible_ to use Template Haskell to take the name of the external binary file and produce such a bytestring literal? ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell