FIX read030 (error message wibble)
authorSimon Marlow <simonmar@microsoft.com>
Thu, 9 Aug 2007 08:58:17 +0000 (08:58 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 9 Aug 2007 08:58:17 +0000 (08:58 +0000)
compiler/main/HeaderInfo.hs

index 4988d2e..51e491e 100644 (file)
@@ -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