problem compiling OpenGL/.../Extensions.hs with GHC version 6.0

2003-06-02 Thread Andres Loeh
Hi. The problem that Ralf Hinze reported with compiling GHC version 6.0 seems to be caused by the following: The problematic line in the source file where the parse error is reported reads (this is OpenGL/Graphics/Rendering/OpenGL/GL/Extensions.hs): foreign import CALLCONV unsafe

RE: Ways and Build Tags for Optimisation

2003-06-02 Thread Ashley Yakeley
At 2003-05-30 04:25, Simon Peyton-Jones wrote: We'd like to understand why the file gets so much bigger. Can you send us the smallest example you can that shows the 1000x ballooning? Working on it. It may take awhile as even the non-ballooning ones take an hour or two to compile: the ballooners

Re: problem compiling OpenGL/.../Extensions.hs with GHC version 6.0

2003-06-02 Thread Sven Panne
Quick guess: Are we using the wrong type of quotes ( instead of '') in SysTools now? Previous GHCs quoted -D/-U options with the latter ones... Cheers, S. ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED]