cvs commit:
fptools/libraries/OpenGL/Graphics/Rendering/OpenGL/GL Extensions.hs
Malcolm Wallace
Malcolm.Wallace at cs.york.ac.uk
Fri Jun 18 06:45:09 EDT 2004
> Sven Panne <panne at glass.cse.ogi.edu> writes:
>
> > Modified files:
> > libraries/OpenGL/Graphics/Rendering/OpenGL/GL Extensions.hs
> > Log:
> > Re-exporting unsafePerformIO when it it imported via module Foreign
> > doesn't work with nhc98, but it does when it is imported via
> > System.IO.Unsafe. Strange, this seems to be a bug in nhc98...
Found and fixed the bug. It had to do with the internal re-ordering
of imports. (The order should not matter, but for some reason the
NHC.Internal module must come last to avoid bad effects.)
Regards,
Malcolm
More information about the Cvs-libraries
mailing list