X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Futils%2FPretty.lhs;h=7713d03cfcb88c900c10406c10584659f50234f4;hp=90418037293b7a41d60d2cec19ec1e10b5630d1a;hb=9412e62942ebab0599c7fb0b358a9d4869647b67;hpb=48a72931c4733260598cbc0e7a1f7080be20b830 diff --git a/compiler/utils/Pretty.lhs b/compiler/utils/Pretty.lhs index 9041803..7713d03 100644 --- a/compiler/utils/Pretty.lhs +++ b/compiler/utils/Pretty.lhs @@ -152,6 +152,10 @@ Relative to John's original paper, there are the following new features: \begin{code} +{-# OPTIONS -fno-warn-unused-imports #-} +-- XXX GHC 6.9 seems to be confused by unpackCString# being used only in +-- a RULE + module Pretty ( Doc, -- Abstract Mode(..), TextDetails(..),