diff options
Diffstat (limited to 'libraries/base/Text/Printf.hs')
-rw-r--r-- | libraries/base/Text/Printf.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/base/Text/Printf.hs b/libraries/base/Text/Printf.hs index 2608c7baff..4e9c65d685 100644 --- a/libraries/base/Text/Printf.hs +++ b/libraries/base/Text/Printf.hs @@ -152,10 +152,8 @@ 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 |