X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdriver%2Fghc-consist.lprl;h=59d220ebbcf91637616f9ed7ebfcbcac6606804a;hb=1fb1ab5d53a09607e7f6d2450806760688396387;hp=22abeca6acded84255446d170740b38a6a5975f7;hpb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;p=ghc-hetmet.git diff --git a/ghc/driver/ghc-consist.lprl b/ghc/driver/ghc-consist.lprl index 22abeca..59d220e 100644 --- a/ghc/driver/ghc-consist.lprl +++ b/ghc/driver/ghc-consist.lprl @@ -38,7 +38,7 @@ sub chk_consistency_info { print STDERR "$Pgm: consistency warning: minor version not $HsC_minor_version:\n$_\n" if $minor_version != $HsC_minor_version; $Status++, - print STDERR "$Pgm: consistency error: not options $HsC_consist_options:\n$_\n" + print STDERR "$Pgm: consistency error: not options $opts -- $HsC_consist_options:\n$_\n" if $opts ne $HsC_consist_options; } else { # phase is cc ...