Print some extra debugging info when doing --show-iface
[ghc-hetmet.git] / compiler / utils / Outputable.lhs
index ef856d0..8380c76 100644 (file)
@@ -445,6 +445,9 @@ instance Outputable Bool where
 instance Outputable Int where
    ppr n = int n
 
+instance Outputable Word32 where
+   ppr n = integer $ fromIntegral n
+
 instance Outputable () where
    ppr _ = text "()"