Re: ANNOUNCE: GHC 6.10.2 Release Candidate 1

2009-03-16 Thread Lennart Kolmodin
in #gentoo-haskell @ freenode. Cheers, Lennart Kolmodin -- Gentoo Dev ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: ANNOUNCE: GHC version 6.10.1

2008-11-04 Thread Lennart Kolmodin
in #gentoo-haskell at freenode. Cheers, Lennart Kolmodin -- using his Gentoo Linux Developer hat [1] http://code.haskell.org/gentoo/gentoo-haskell/ [2] http://www.gentoo.org/proj/en/overlays/userguide.xml ___ Glasgow-haskell-users mailing list Glasgow

Re: ANNOUNCE: GHC 6.10.1 RC 1

2008-10-29 Thread Lennart Kolmodin
Anatoly Yakovenko wrote: I am using the gentoo package for 6.10.1 and when i start ghci it tries to allocate over 1gb of memory, which hits my ulimit. Is anyone else getting absurd memory usage when trying to start ghci? $ ghci GHCi, version 6.10.0.20081007: http://www.haskell.org/ghc/ :? for

Re: ANNOUNCE: GHC 6.10.1 RC 1

2008-10-08 Thread Lennart Kolmodin
. Then, simply: $ emerge ghc Cheers, Lennart Kolmodin [1] http://www.gentoo.org/proj/en/overlays/userguide.xml [2] http://gentoo-wiki.com/Masked#Hard_Masked ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org

Re: hasktags - small patch

2007-02-18 Thread Lennart Kolmodin
Marc Weber wrote: Without really knowing in which context this function is going to be HaskTags.hs from ghc distribution. Mm, yes. I meant I was to lazy to check which results are appropriate :) K ___ Glasgow-haskell-users mailing list

Re: hasktags - small patch

2007-02-17 Thread Lennart Kolmodin
Marc Weber wrote: This small patch introduces a now mywords function which recognizes a::b as words a,::,b which is what we need here (?) It does work in the above example. Here is the diff. Is it worth applying? 154c154 let wordlines = map words aslines --- let wordlines = map

Re: hsman

2006-11-07 Thread Lennart Kolmodin
of this is darcs[1] which implements the command '--commands' and the flag '--list-option'. Cheers, Lennart Kolmodin [1] http://www.abridgegame.org/repos/darcs-unstable/darcs_completion ___ Glasgow-haskell-users mailing list Glasgow-haskell-users

Re: Error compiling using Network module

2005-10-28 Thread Lennart Kolmodin
for you. Cheers, Lennart Kolmodin ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Re: GHC as a package

2005-02-12 Thread Lennart Kolmodin
Simon Marlow wrote: To compile GHC as a package, get a recent GHC source tree and set 'BuildPackageGHC=YES' in your mk/build.mk. You should also set $(GHC_PKG) to point to your ghc-pkg command. Then build ghc as normal, and in ghc/compiler say 'make install-inplace-pkg' to register the package

GHC as a package

2005-02-08 Thread Lennart Kolmodin
Hi! 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 compile source code without invoking ghc as a separate