RE: ghc-6.0 compiler bug

2003-06-06 Thread Ch. A. Herrmann
Hi Simon Simon> Yes, this is a known bug, Sorry that I'm not perfectly aware of everything going on with Template Haskell. Simon> but thank you for reporting it Simon> anyway. I'm going to fix it as part of my next sweep though. Thank you very much. I'm happy to know that it is rea

RE: ghc-6.0 compiler bug

2003-06-06 Thread Simon Peyton-Jones
t: 05 June 2003 14:28 | To: [EMAIL PROTECTED] | Subject: ghc-6.0 compiler bug | | Hi, | | playing around with partial evaluation, | I encountered the following bug: | | 65> ghc --make -fglasgow-exts -package haskell-src Main.hs -o Main -ddump-splices | Chasing modules from: Main.hs | Compili

ghc-6.0 compiler bug

2003-06-05 Thread Ch. A. Herrmann
Hi, playing around with partial evaluation, I encountered the following bug: 65> ghc --make -fglasgow-exts -package haskell-src Main.hs -o Main -ddump-splices Chasing modules from: Main.hs Compiling Power( Power.hs, ./Power.o ) Compiling Main ( Main.hs, ./Main.o ) ghc-6.0