X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FsimplCore%2FLiberateCase.lhs;h=02a3fab567d6865ac1a8d3d784a0e64c58e0321f;hp=01e410dfb76b2af58b6fdd39e89748418f069547;hb=b1ab4b8a607addc4d097588db5761313c996a41f;hpb=e46cab34c24d2b9bdb37dbddf8ff640653b0b35f diff --git a/compiler/simplCore/LiberateCase.lhs b/compiler/simplCore/LiberateCase.lhs index 01e410d..02a3fab 100644 --- a/compiler/simplCore/LiberateCase.lhs +++ b/compiler/simplCore/LiberateCase.lhs @@ -23,7 +23,6 @@ import Coercion import TyCon import VarEnv import Name ( localiseName ) -import Outputable import Util ( notNull ) import Data.IORef ( readIORef ) \end{code}