diff --git a/compiler/utils/Outputable.lhs b/compiler/utils/Outputable.lhs index 953797e..30f1f09 100644 --- a/compiler/utils/Outputable.lhs +++ b/compiler/utils/Outputable.lhs @@ -810,7 +810,7 @@ pprHsChar c | c > '\x10ffff' = char '\\' <> text (show (fromIntegral (ord c) :: -- | Special combinator for showing string literals. pprHsString :: FastString -> SDoc pprHsString fs = [-v-]{+h+}cat (map text (showMultiLineString (unpackFS fs))) -- | Special combinator for showing string literals. pprHsBytes :: ByteString -> SDoc