From d8fd8d56da4ff411957ffc61bd9456c2369bd20b Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 8 May 2011 00:39:42 +0100 Subject: [PATCH] Remove an explicit import list --- compiler/ghci/ByteCodeGen.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4