Re: TH changes for ghc 8.0

2016-04-11 Thread Matthias Fischmann
On Tue, Apr 12, 2016 at 02:22:23PM +1000, Erik de Castro Lopo wrote: > Date: Tue, 12 Apr 2016 14:22:23 +1000 > From: Erik de Castro Lopo > To: ghc-devs@haskell.org > Subject: TH changes for ghc 8.0 > > Hi all, > > I'm working on updating persistent-template for ghc-8.0 and

Re: Program runs out of memory using GHC 7.6.3

2014-12-14 Thread Matthias Fischmann
-0700, David Spies wrote: Date: Sat, 13 Dec 2014 14:10:25 -0700 From: David Spies dnsp...@gmail.com To: Matthias Fischmann m...@zerobuzz.net Cc: ghc-devs@haskell.org ghc-devs@haskell.org Subject: Re: Program runs out of memory using GHC 7.6.3 I think there's some confusion about makeCounts's

Re: Program runs out of memory using GHC 7.6.3

2014-12-13 Thread Matthias Fischmann
Hi David, I don't think this is a ghc issue. I suspect you have too many unevaluated function calls lying around (this would cause the runtime to run out of *stack* as opposed to *heap*). Different versions of ghc perform different optimizations on your code, and 7.8 knows a way to fix it that

Re: Show instance for SrcSpan

2014-10-06 Thread Matthias Fischmann
On Mon, Oct 06, 2014 at 02:59:03PM +0200, Alan Kim Zimmerman wrote: Date: Mon, 6 Oct 2014 14:59:03 +0200 From: Alan Kim Zimmerman alan.z...@gmail.com To: ghc-devs@haskell.org ghc-devs@haskell.org Subject: Show instance for SrcSpan Is there any reason I can't put in a diff request to

Re: Show instance for SrcSpan

2014-10-06 Thread Matthias Fischmann
Ah, you want to drop constructor field names. Then I withdraw my reservations. thanks for the clarification, m. On Mon, Oct 06, 2014 at 03:27:49PM +0200, Alan Kim Zimmerman wrote: Date: Mon, 6 Oct 2014 15:27:49 +0200 From: Alan Kim Zimmerman alan.z...@gmail.com To: Matthias Fischmann m

haddock issue building ghc-7.8 from git

2014-03-14 Thread Matthias Fischmann
Hi, When building from git (branch ghc-7.8 as of today), I run into a haddock issue because __GLASGOW_HASKELL__ appearently is not 709 on my system. Not sure whether this is a bug, and if it should go to trac/haddock or trac/ghc, so I decided to post it here. My fix is easy enough (even though

testing ghc-7.8 rc2: linker issues

2014-03-14 Thread Matthias Fischmann
hi, this time i am running 7.8 rc2 (binary for x64 on debian testing). after a successful '/usr/bin/cabal install cabal-install', i am running into different instances of this: | [...] | [25 of 25] Compiling Text.ParserCombinators.Parsec.Perm ( Text/ParserCombinators/Parsec/Perm.hs,

Re: haddock issue building ghc-7.8 from git

2014-03-14 Thread Matthias Fischmann
On Fri, Mar 14, 2014 at 05:08:35AM -0500, Austin Seipp wrote: Date: Fri, 14 Mar 2014 05:08:35 -0500 From: Austin Seipp aus...@well-typed.com To: Matthias Fischmann m...@zerobuzz.net Cc: Austin Seipp aus...@well-typed.com, ghc-devs@haskell.org ghc-devs@haskell.org Subject: Re: haddock issue