diff options
Diffstat (limited to 'compiler/utils/FastString.lhs')
-rw-r--r-- | compiler/utils/FastString.lhs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/utils/FastString.lhs b/compiler/utils/FastString.lhs index c37fc26f72..2c94de75f9 100644 --- a/compiler/utils/FastString.lhs +++ b/compiler/utils/FastString.lhs @@ -3,10 +3,6 @@ % \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 - {-# OPTIONS_GHC -O -funbox-strict-fields #-} -- We always optimise this, otherwise performance of a non-optimised -- compiler is severely affected @@ -106,7 +102,6 @@ import Data.Maybe ( isJust ) import Data.Char ( ord ) import GHC.IO ( IO(..) ) -import GHC.Ptr ( Ptr(..) ) #if __GLASGOW_HASKELL__ >= 701 import Foreign.Safe |