diff options
author | Ian Lynagh <igloo@earth.li> | 2012-07-16 00:05:17 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-07-16 00:05:17 +0100 |
commit | dac600d9c4fcf4b20768e3245c8a6e94675c8805 (patch) | |
tree | 535d99e97abc16183a2da5eb616ee8f3ec439f9f /compiler | |
parent | af7c648aaaf4bd3af7a58f4e9913ec740f09de58 (diff) | |
download | haskell-dac600d9c4fcf4b20768e3245c8a6e94675c8805.tar.gz |
Remove redundant warning-avoidance, and a redundant import
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/utils/Pretty.lhs | 4 |
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 |