sorry about that. Now fixed I hope. (And even if not, I think most things will work ok.)
Incidentally, Sven you may find that QueryUtils compiles a *lot* faster with -fno-generics. GHC is deriving the generic to/from functions, and they have a bad performance bug with big types. Simon | -----Original Message----- | From: Sven Panne [mailto:[EMAIL PROTECTED] | Sent: 27 December 2004 20:13 | To: Simon Peyton Jones | Cc: [EMAIL PROTECTED] | Subject: Re: cvs commit: fptools/ghc/compiler/simplCore SimplCore.lhs | | Simon Peyton Jones wrote: | > simonpj 2004/12/27 10:28:25 PST | > | > Modified files: | > ghc/compiler/simplCore SimplCore.lhs | > Log: | > Wibble | > | > Revision Changes Path | > 1.127 +2 -2 fptools/ghc/compiler/simplCore/SimplCore.lhs | | Hmmm, the simplifier still seems to be broken: | | [...] | /usr/bin/find Text/ParserCombinators/Parsec/Perm_split -name '*.o' -print | xargs rm -f __rm_food; | fi; | ../../ghc/compiler/ghc-inplace -H16m -O -fglasgow-exts -ignore-package parsec -O -Rghc-timing - | package base -split-objs -c Text/ParserCombinators/Parsec | /Perm.hs -o Text/ParserCombinators/Parsec/Perm.o -ohi Text/ParserCombinators/Parsec/Perm.hi | ghc-6.3: panic! (the `impossible' happened, GHC version 6.3): | urk | | Please report it as a compiler bug to [email protected], | or http://sourceforge.net/projects/ghc/. | | | Cheers, | S. _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
