X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FOutputable.lhs;h=e178e99f0ddd7237a54a6c5854eb0f16270e6423;hb=27310213397bb89555bb03585e057ba1b017e895;hp=d6f950a9bb243677baeaae2c0970a7b7b2668141;hpb=bdd74e54712349f9c7605cb1e763514a8b99f66f;p=ghc-hetmet.git diff --git a/compiler/utils/Outputable.lhs b/compiler/utils/Outputable.lhs index d6f950a..e178e99 100644 --- a/compiler/utils/Outputable.lhs +++ b/compiler/utils/Outputable.lhs @@ -83,11 +83,11 @@ import System.FilePath #if __GLASGOW_HASKELL__ >= 701 -import GHC.Show ( showMultiLineString ) +import GHC.Show ( showMultiLineString ) #else showMultiLineString :: String -> [String] -- Crude version -showMultiLineString s = [s] +showMultiLineString s = [ showList s "" ] #endif \end{code}