Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7cae752150c8b6b2cbac21253489cb5bb4040f3a >--------------------------------------------------------------- commit 7cae752150c8b6b2cbac21253489cb5bb4040f3a Author: Ian Lynagh <ig...@earth.li> Date: Sat Jun 16 20:10:54 2012 +0100 Remove a redundant import >--------------------------------------------------------------- compiler/utils/FastString.lhs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/compiler/utils/FastString.lhs b/compiler/utils/FastString.lhs index 535b317..2c94de7 100644 --- a/compiler/utils/FastString.lhs +++ b/compiler/utils/FastString.lhs @@ -102,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 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc