That's entirely possible. GHC is not very clever about compling big chunks of static data, I'm afraid.
Why not just read it in at runtime? Why do you want to bake it into your program? Simon | -----Original Message----- | From: Stef Joosten [mailto:[EMAIL PROTECTED]] | Sent: 13 February 2002 17:51 | To: [EMAIL PROTECTED] | Subject: ghc: panic! (the `impossible' happened, GHC version 5.02.2): | | | | My ghc compiler produced a message, that suggests you want to | know that it | has occured. Here is a verbatim of what happened: | | <VERBATIM> | c:\Atlas>ghc -package text -H16m RoseItems.lhs | ghc: panic! (the `impossible' happened, GHC version 5.02.2): | stack overflow | | Please report it as a compiler bug to | [EMAIL PROTECTED], or | http://sourceforge.net/projects/ghc/. | | C:\Atlas | <END | VERBATIM> | | GHC is running on a Windows-2000 computer. The input file, | RoseItems.lhs, is | a machine generated literate script of 2.983kB. It contains a | huge list of | almost 22000 items, with each item sitting on one line of source code. | | If you want more information, just ask for it. | | Yours, | Stef Joosten | | _________________________________________________________________ | MSN Foto's is de eenvoudigste manier om je favoriete foto's | te delen, te | bewerken en af te drukken. http://photos.msn.nl/Support/WorldWide.aspx | | _______________________________________________ | Glasgow-haskell-bugs mailing list | [EMAIL PROTECTED] | http://www.haskell.org/mailman/listinfo/glasgow-| haskell-bugs | _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
