diff options
Diffstat (limited to 'compiler/GHC/Utils/Outputable.hs-boot')
-rw-r--r-- | compiler/GHC/Utils/Outputable.hs-boot | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/compiler/GHC/Utils/Outputable.hs-boot b/compiler/GHC/Utils/Outputable.hs-boot deleted file mode 100644 index e99b5e4f15..0000000000 --- a/compiler/GHC/Utils/Outputable.hs-boot +++ /dev/null @@ -1,9 +0,0 @@ -module GHC.Utils.Outputable where - -import GHC.Prelude - -data SDoc -data PprStyle -data SDocContext - -text :: String -> SDoc |