X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FsimplCore%2FSimplMonad.lhs;h=1cdbde62c4d5b5e3f2b9d1307f5e106e3e05b6ce;hb=64bfc0114c0811fe175149dd6d803c7c77de0062;hp=fd53c7d1644d33d9adeeb6e451b2c83e341fd336;hpb=ad94d40948668032189ad22a0ad741ac1f645f50;p=ghc-hetmet.git diff --git a/compiler/simplCore/SimplMonad.lhs b/compiler/simplCore/SimplMonad.lhs index fd53c7d..1cdbde6 100644 --- a/compiler/simplCore/SimplMonad.lhs +++ b/compiler/simplCore/SimplMonad.lhs @@ -8,7 +8,7 @@ -- The above warning supression flag is a temporary kludge. -- While working on this module you are encouraged to remove it and fix -- any warnings in the module. See --- http://hackage.haskell.org/trac/ghc/wiki/CodingStyle#Warnings +-- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings -- for details module SimplMonad ( @@ -50,8 +50,6 @@ import FastString ( FastString ) import Outputable import FastTypes -import GHC.Exts ( indexArray# ) - import Data.Array import Data.Array.Base (unsafeAt)