Re: A couple patches

2008-02-15 Thread Ian Lynagh
On Fri, Feb 08, 2008 at 12:20:56PM +, Duncan Coutts wrote: > > The NCG patch just tidies a few things up so that the next person to try > building the Sparc NCG will trip over the bits that need fixing straight > away rather than wandering around compile errors and runtime failures. Applied,

Re: A couple patches

2008-02-14 Thread Simon Marlow
Neil Mitchell wrote: Hi The unsafePerformIO patch is something Neil asked me to send in. It's a cleaned up, slightly renamed and documented version of inlinePerformIO that we use in ByteString, but exported from System.IO.Unsafe. Similarly, the unsafeDupablePerformIO are also exported (separate

Re: A couple patches

2008-02-13 Thread Neil Mitchell
Hi > The unsafePerformIO patch is something Neil asked me to send in. It's a > cleaned up, slightly renamed and documented version of inlinePerformIO > that we use in ByteString, but exported from System.IO.Unsafe. > Similarly, the unsafeDupablePerformIO are also exported (separate > patches). And