Remove an explicit import list
authorIan Lynagh <igloo@earth.li>
Sat, 7 May 2011 23:39:42 +0000 (00:39 +0100)
committerIan Lynagh <igloo@earth.li>
Sat, 7 May 2011 23:39:42 +0000 (00:39 +0100)
compiler/ghci/ByteCodeGen.lhs

index 9047fe6..103b6b9 100644 (file)
@@ -48,7 +48,7 @@ import Data.List
 import Foreign
 import Foreign.C
 
-import Control.Monad   ( when )
+import Control.Monad
 import Data.Char
 
 import UniqSupply