On Mon, Sep 17, 2007 at 01:41:50PM +0100, Ian Lynagh wrote: > > Hmm, I think changing the test in compat/cbits/unicode.c to > > #if __GLASGOW_HASKELL__ < 605 > #if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ != 0 I mean: #if __GLASGOW_HASKELL__ != 604 || __GHC_PATCHLEVEL__ == 0 > #include "WCsubst.c" > #endif > #endif Thanks Ian