From 2d9800cc39adb46f790e754189bfbaafd3ce0407 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 7 Apr 2000 13:50:06 +0000 Subject: [PATCH] [project @ 2000-04-07 13:50:06 by simonmar] don't refer to PrimIO, it is deprecated (since about 2 years ago) --- ghc/compiler/absCSyn/PprAbsC.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4