From: Simon Marlow Date: Thu, 9 Aug 2007 08:58:17 +0000 (+0000) Subject: FIX read030 (error message wibble) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3c803caaf7b37877530a3085c678026fb24e3426 FIX read030 (error message wibble) --- diff --git a/compiler/main/HeaderInfo.hs b/compiler/main/HeaderInfo.hs index 4988d2e..51e491e 100644 --- a/compiler/main/HeaderInfo.hs +++ b/compiler/main/HeaderInfo.hs @@ -190,7 +190,7 @@ languagePragParseError loc = unsupportedExtnError loc unsup = pgmError (showSDoc (mkLocMessage loc ( text "unsupported extension: " <> - (text.show) unsup))) + text unsup))) optionsErrorMsgs :: [String] -> [Located String] -> FilePath -> Messages