summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-06-18 10:55:15 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2013-06-18 10:55:15 +0100
commit73991d61642a3a7dc1305bfac773ee3f59920d09 (patch)
tree77517beb4e8e85a8c693a023825cb9a6eea207d9 /compiler/codeGen
parentb2cde434bbf3060dc5eda39876e4c9180aea1d1a (diff)
downloadhaskell-73991d61642a3a7dc1305bfac773ee3f59920d09.tar.gz
Remove redundant import, revealed by the fix to #7963
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/StgCmmMonad.hs1
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`