[project @ 1997-06-05 21:05:57 by sof]
authorsof <unknown>
Thu, 5 Jun 1997 21:05:57 +0000 (21:05 +0000)
committersof <unknown>
Thu, 5 Jun 1997 21:05:57 +0000 (21:05 +0000)
ppr update

ghc/compiler/deSugar/DsCCall.lhs

index a57a3a2..345fe9b 100644 (file)
@@ -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}