From: sof Date: Thu, 5 Jun 1997 21:05:57 +0000 (+0000) Subject: [project @ 1997-06-05 21:05:57 by sof] X-Git-Tag: Approximately_1000_patches_recorded~369 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2910306a51741c8b820f015d09b7a4b1ac27264d;p=ghc-hetmet.git [project @ 1997-06-05 21:05:57 by sof] ppr update --- diff --git a/ghc/compiler/deSugar/DsCCall.lhs b/ghc/compiler/deSugar/DsCCall.lhs index a57a3a2..345fe9b 100644 --- a/ghc/compiler/deSugar/DsCCall.lhs +++ b/ghc/compiler/deSugar/DsCCall.lhs @@ -173,7 +173,7 @@ unboxArg arg Just (arg2_tycon,_) = maybe_arg2_tycon can't_see_datacons_error thing ty - = pprError "ERROR: Can't see the data constructor(s) for _ccall_/_casm_ " + = pprError "ERROR: Can't see the data constructor(s) for _ccall_/_casm_ (try compiling with -fno-prune-tydecls ..)" (hcat [text thing, text "; type: ", ppr (PprForUser opt_PprUserLength) ty]) \end{code}