RE: GHC as a package

2005-02-09 Thread Simon Marlow
On 08 February 2005 12:43, Lennart Kolmodin wrote: I'm working on an IDE for Haskell, written in Haskell. Currently, I'm looking for a way to parse .hs-files for a module browser and I recall that Simon Marlow was going to release GHC as a package soon. We could also use that package to

Download stats

2005-02-09 Thread Simon Marlow
Hi folks, For the forthcoming 6.4 release, we'd like to get a rough idea of download statistics, at least from haskell.org. Both Simon I are too busy/lazy (delete as applicable) to do this ourselves, and we don't know the best tools to use (grep|wc on the access_log is a bit too crude - we want

Re: Download stats

2005-02-09 Thread Duncan Coutts
On Wed, 2005-02-09 at 13:11 +, Simon Marlow wrote: Of course, if we can get or estimate download statistics for other sources of GHC too, that would be great. I would guess that the majority of users these days get their ghc packaged with a distro (eg Fedora, Debian, FreeBSD, Gentoo,

Unregistering a package

2005-02-09 Thread Peter Simons
I have an interesting problem. There are two versions of the HsDNS package installed right now: $ ghc-pkg list | /usr/local/ghc-current/lib/ghc-6.5/package.conf: | rts-1.0, [...] (hsdns-2005-02-04), | hsdns-2005-02-08 Now how can I unregister them? I have tried everything I could

Re: Download stats

2005-02-09 Thread Tomasz Zielonka
On Wed, Feb 09, 2005 at 01:11:34PM -, Simon Marlow wrote: Hi folks, For the forthcoming 6.4 release, we'd like to get a rough idea of download statistics, at least from haskell.org. Both Simon I are too busy/lazy (delete as applicable) to do this ourselves, and we don't know the best

Re: debugging memory allocations

2005-02-09 Thread Seth Kurtzberg
Duncan Coutts wrote: On Wed, 2005-02-02 at 13:30 -0700, Seth Kurtzberg wrote: Duncan Coutts wrote: In these cases we cannot turn on traditional profiling since that would interfere with the optimisations we are relying on to eliminate most of the other memory allocations. I don't