Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-24 Thread Krasimir Angelov
2005/8/24, John Meacham <[EMAIL PROTECTED]>: > ooh. neat. any chance it could be extended to preserve haddock comments > and attach them to the right places? I thought it would be really cool > if compilers could use the haddock documentation when printing out error > messages and be able to query

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-24 Thread Lemmih
On 8/24/05, Krasimir Angelov <[EMAIL PROTECTED]> wrote: > 2005/8/24, John Meacham <[EMAIL PROTECTED]>: > > ooh. neat. any chance it could be extended to preserve haddock comments > > and attach them to the right places? I thought it would be really cool > > if compilers could use the haddock docume

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-24 Thread Duncan Coutts
On Wed, 2005-08-24 at 10:14 +0100, Duncan Coutts wrote: > On Wed, 2005-08-24 at 10:56 +0200, Lemmih wrote: > > On 8/24/05, Krasimir Angelov <[EMAIL PROTECTED]> wrote: > > > 2005/8/24, John Meacham <[EMAIL PROTECTED]>: > > > > ooh. neat. any chance it could be extended to preserve haddock comments >

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-24 Thread Duncan Coutts
On Wed, 2005-08-24 at 10:56 +0200, Lemmih wrote: > On 8/24/05, Krasimir Angelov <[EMAIL PROTECTED]> wrote: > > 2005/8/24, John Meacham <[EMAIL PROTECTED]>: > > > ooh. neat. any chance it could be extended to preserve haddock comments > > > and attach them to the right places? I thought it would be

Re: [Haskell] reading call graphs

2005-08-24 Thread Ketil Malde
"Scherrer, Chad" <[EMAIL PROTECTED]> writes: > I'm trying to understand the "entries" column. I thought this was the > number of times a given function is called. But "main" is nonrecursive, I thought so, too. My guess would be that your program doesn't do quite what you think it does, or that o

Re: [Haskell] reading call graphs

2005-08-24 Thread Malcolm Wallace
"Scherrer, Chad" <[EMAIL PROTECTED]> writes: > individualinherited > COST CENTRE MODULE no.entries %time %alloc %time %alloc > > > MAIN MAIN 1 0 0.00.0 100.0 100.0 > mainMain228 92329 0.2

Re: [Haskell] ANNOUNCE: Haddock version 0.7

2005-08-24 Thread Christian Maeder
Hi, I've just noticed that haddock-0.7 creates Data-Map.html instead of Data.Map.html files (and links to these files)! I've actually proposed this change, but it does not fit to the currently released haddock documentation of the libraries. (Our web server used to reject the file Data.Map.html,

Re: [Haskell] ANNOUNCE: ghc-src version 0.2.0

2005-08-24 Thread John Meacham
On Wed, Aug 24, 2005 at 10:14:58AM +0100, Duncan Coutts wrote: > On Wed, 2005-08-24 at 10:56 +0200, Lemmih wrote: > > On 8/24/05, Krasimir Angelov <[EMAIL PROTECTED]> wrote: > > > 2005/8/24, John Meacham <[EMAIL PROTECTED]>: > > > > ooh. neat. any chance it could be extended to preserve haddock com

[Haskell] ANNOUNCEMENT: HAskell Server Pages version 0.3.0

2005-08-24 Thread Lemmih
== HAskell Server Pages == HASP is an experimental framework for combining the flexibility of Haskell with the popularity/necessity of web-pages. HASP offers you an embedded XML syntax, without you having to dispense with any of the Glasgow Haskell extensions we hold dear. By using the FastCGI li

[Haskell] ANNOUNCE: fps -- fast packed strings

2005-08-24 Thread Donald Bruce Stewart
Hey. I've cabalised the FastPackedString module from darcs, used in h4sh, as the `fps' library. fps provides mmapped and malloc'd packed strings (byte arrays held by a ForeignPtr), along with a list interface to these strings. It lets you do extremely fast IO in Haskell. For example, the shell id