typo in decl. of timezone in Time.hsc?

2004-06-04 Thread Antony Courtney
I think there may be a typo in libraries/base/System/Time.hsc. Right now lines 362-364 of Time.hsc are: #if !defined(mingw32_TARGET_OS) foreign import ccall unsafe "timezone" timezone :: Ptr CLong #endif I think the foreign import of "timezone" on line 363 is missing an ampersand. That is, I beli

Re: ANSIfication of hp2ps

2004-06-04 Thread Sven Panne
Nicholas Nethercote wrote: Ralf Wildenhues wrote a patch ANSIfying hp2ps, which included a fix that could avoid a bug. See: bugs.kde.org/show_bug.cgi?id=82098 I've applied the patch to GHC's HEAD and STABLE branches, thanks. Cheers, S. ___ Glasgow-h