Word is a type synonym in nhc98 - so class instance not permitted.
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Fri, 29 Jun 2007 12:20:35 +0000 (12:20 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Fri, 29 Jun 2007 12:20:35 +0000 (12:20 +0000)
Text/Printf.hs

index 01c6e23..bfd1ed6 100644 (file)
@@ -147,8 +147,10 @@ instance PrintfArg Int32 where
 instance PrintfArg Int64 where
     toUPrintf = uInteger
 
+#ifndef __NHC__
 instance PrintfArg Word where
     toUPrintf = uInteger
+#endif
 
 instance PrintfArg Word8 where
     toUPrintf = uInteger