FIX read030 (error message wibble)
[ghc-hetmet.git] / 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