ghc-6.4.1: panic - Prelude.last: empty list

2005-10-30 Thread Einar Karttunen
Hello I am having problems with GHC 6.4.1 dying with the message: ghc-6.4.1: panic! (the `impossible' happened, GHC version 6.4.1): Prelude.last: empty list The source is nontrivial and contains template haskell. The error seems to appear after byte code generation. The log of the

Re: ghc-6.4.1: panic - Prelude.last: empty list

2005-10-30 Thread Bulat Ziganshin
Hello Einar, Sunday, October 30, 2005, 4:20:20 PM, you wrote: EK I am having problems with GHC 6.4.1 dying with the message: EK ghc-6.4.1: panic! (the `impossible' happened, GHC version 6.4.1): EK Prelude.last: empty list EK The source is nontrivial and contains template haskell. The