summaryrefslogtreecommitdiff
path: root/compiler/utils/Pretty.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/Pretty.lhs')
-rw-r--r--compiler/utils/Pretty.lhs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/utils/Pretty.lhs b/compiler/utils/Pretty.lhs
index 8f6c559070..5d5dec1494 100644
--- a/compiler/utils/Pretty.lhs
+++ b/compiler/utils/Pretty.lhs
@@ -153,9 +153,6 @@ Relative to John's original paper, there are the following new features:
\begin{code}
{-# LANGUAGE BangPatterns #-}
-{-# 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
@@ -185,7 +182,6 @@ import BufWrite
import FastString
import FastTypes
import Panic
-import StaticFlags
import Numeric (fromRat)
import System.IO