Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d8fd8d56da4ff411957ffc61bd9456c2369bd20b >--------------------------------------------------------------- commit d8fd8d56da4ff411957ffc61bd9456c2369bd20b Author: Ian Lynagh <[email protected]> Date: Sun May 8 00:39:42 2011 +0100 Remove an explicit import list >--------------------------------------------------------------- compiler/ghci/ByteCodeGen.lhs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/ghci/ByteCodeGen.lhs b/compiler/ghci/ByteCodeGen.lhs index 9047fe6..103b6b9 100644 --- a/compiler/ghci/ByteCodeGen.lhs +++ b/compiler/ghci/ByteCodeGen.lhs @@ -48,7 +48,7 @@ import Data.List import Foreign import Foreign.C -import Control.Monad ( when ) +import Control.Monad import Data.Char import UniqSupply _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
