From: Ian Lynagh Date: Sat, 7 May 2011 23:39:42 +0000 (+0100) Subject: Remove an explicit import list X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d8fd8d56da4ff411957ffc61bd9456c2369bd20b;p=ghc-hetmet.git Remove an explicit import list --- 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