From: simonmar Date: Fri, 7 Apr 2000 13:50:06 +0000 (+0000) Subject: [project @ 2000-04-07 13:50:06 by simonmar] X-Git-Tag: Approximately_9120_patches~4770 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2d9800cc39adb46f790e754189bfbaafd3ce0407;p=ghc-hetmet.git [project @ 2000-04-07 13:50:06 by simonmar] don't refer to PrimIO, it is deprecated (since about 2 years ago) --- diff --git a/ghc/compiler/absCSyn/PprAbsC.lhs b/ghc/compiler/absCSyn/PprAbsC.lhs index 24b0ff8..e2210b2 100644 --- a/ghc/compiler/absCSyn/PprAbsC.lhs +++ b/ghc/compiler/absCSyn/PprAbsC.lhs @@ -956,7 +956,7 @@ process_casm results args string = process results args string process [] _ "" = empty process (_:_) _ "" = error ("process_casm: non-void result not assigned while processing _casm_ \"" ++ string ++ - "\"\n(Try changing result type to PrimIO ()\n") + "\"\n(Try changing result type to IO ()\n") process ress args ('%':cs) = case cs of