untabify
[ghc-base.git] / 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