Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e233649d14e174fad9bab3b3bf493bf0d9f10ef6 >--------------------------------------------------------------- commit e233649d14e174fad9bab3b3bf493bf0d9f10ef6 Author: Ian Lynagh <[email protected]> Date: Sun May 8 00:39:05 2011 +0100 Remove commented out imports >--------------------------------------------------------------- compiler/ghci/ByteCodeGen.lhs | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/compiler/ghci/ByteCodeGen.lhs b/compiler/ghci/ByteCodeGen.lhs index f34ac9c..9047fe6 100644 --- a/compiler/ghci/ByteCodeGen.lhs +++ b/compiler/ghci/ByteCodeGen.lhs @@ -30,9 +30,7 @@ import CoreFVs import Type import DataCon import TyCon --- import Type import Util --- import DataCon import Var import VarSet import TysPrim @@ -50,8 +48,6 @@ import Data.List import Foreign import Foreign.C --- import GHC.Exts ( Int(..) ) - import Control.Monad ( when ) import Data.Char _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
