ghc-8.4.1: utils/Outputable.hs-boot
module Outputable where import GhcPrelude data SDoc showSDocUnsafe :: SDoc -> String warnPprTrace :: Bool -> String -> Int -> SDoc -> a -> a text :: String -> SDoc
module Outputable where import GhcPrelude data SDoc showSDocUnsafe :: SDoc -> String warnPprTrace :: Bool -> String -> Int -> SDoc -> a -> a text :: String -> SDoc