X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FsimplCore%2FLiberateCase.lhs;h=02a3fab567d6865ac1a8d3d784a0e64c58e0321f;hb=b1ab4b8a607addc4d097588db5761313c996a41f;hp=01e410dfb76b2af58b6fdd39e89748418f069547;hpb=cac2aca1e1874e936f3ef15ca2a81a32c7863750;p=ghc-hetmet.git 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}