[commit: ghc] master: Remove redundant import, revealed by the fix to #7963 (73991d6)

Simon Peyton Jones simonpj at microsoft.com
Tue Jun 18 11:55:46 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/73991d61642a3a7dc1305bfac773ee3f59920d09

>---------------------------------------------------------------

commit 73991d61642a3a7dc1305bfac773ee3f59920d09
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Jun 18 10:55:15 2013 +0100

    Remove redundant import, revealed by the fix to #7963

>---------------------------------------------------------------

 compiler/codeGen/StgCmmMonad.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/codeGen/StgCmmMonad.hs b/compiler/codeGen/StgCmmMonad.hs
index c0cd882..3f361e3 100644
--- a/compiler/codeGen/StgCmmMonad.hs
+++ b/compiler/codeGen/StgCmmMonad.hs
@@ -76,7 +76,6 @@ import Outputable
 import Control.Monad
 import Data.List
 import Prelude hiding( sequence, succ )
-import qualified Prelude( sequence )
 
 infixr 9 `thenC`        -- Right-associative!
 infixr 9 `thenFC`





More information about the ghc-commits mailing list