diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-06-18 10:55:15 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-06-18 10:55:15 +0100 |
commit | 73991d61642a3a7dc1305bfac773ee3f59920d09 (patch) | |
tree | 77517beb4e8e85a8c693a023825cb9a6eea207d9 /compiler/codeGen | |
parent | b2cde434bbf3060dc5eda39876e4c9180aea1d1a (diff) | |
download | haskell-73991d61642a3a7dc1305bfac773ee3f59920d09.tar.gz |
Remove redundant import, revealed by the fix to #7963
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/StgCmmMonad.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmMonad.hs b/compiler/codeGen/StgCmmMonad.hs index c0cd88277d..3f361e3f51 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` |