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,
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
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