Skip to content

Commit

Permalink
Remove redundant import, revealed by the fix to #7963
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Peyton Jones committed Jun 18, 2013
1 parent b2cde43 commit 73991d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/codeGen/StgCmmMonad.hs
Expand Up @@ -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`
Expand Down

0 comments on commit 73991d6

Please sign in to comment.