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 und
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
On Wed, Feb 09, 2005 at 01:11:34PM -, Simon Marlow wrote:
>
> 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
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 thi
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, Mand
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
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 t