[project @ 1996-04-05 08:26:04 by partain]
[ghc-hetmet.git] / ghc / compiler / utils / Pretty.lhs
index 5875f03..31bad81 100644 (file)
@@ -94,7 +94,7 @@ ppNest                :: Int -> Pretty -> Pretty
 ppShow         :: Int -> Pretty -> [Char]
 
 #if defined(COMPILING_GHC)
-ppAppendFile   :: _FILE -> Int -> Pretty -> PrimIO ()
+ppAppendFile   :: _FILE -> Int -> Pretty -> IO ()
 #endif
 \end{code}