X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Futils%2FOutputable.lhs;h=e178e99f0ddd7237a54a6c5854eb0f16270e6423;hp=d6f950a9bb243677baeaae2c0970a7b7b2668141;hb=14c80817aace39608bada6c8d87cf29435d579dd;hpb=5da0e96094f8a133d5b6b6bdf72a4a9a042dc626 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}