X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FsimplCore%2FBinderInfo.lhs;fp=ghc%2Fcompiler%2FsimplCore%2FBinderInfo.lhs;h=d98ea9e4a6ffbbd7bc983de7c8f6eff3ed60a736;hb=01e0566e61e4222600c7ba0a2d35d6102fd1afb5;hp=1623bcd702482cfab01b4fb285371e0886c90057;hpb=f5448f5c5efe0630cb865ee0d21691a23ea932d3;p=ghc-hetmet.git diff --git a/ghc/compiler/simplCore/BinderInfo.lhs b/ghc/compiler/simplCore/BinderInfo.lhs index 1623bcd..d98ea9e 100644 --- a/ghc/compiler/simplCore/BinderInfo.lhs +++ b/ghc/compiler/simplCore/BinderInfo.lhs @@ -24,8 +24,7 @@ module BinderInfo ( #include "HsVersions.h" -import IdInfo ( OccInfo(..), InsideLam, OneBranch, insideLam, notInsideLam, oneBranch ) -import GlaExts ( Int(..), (+#) ) +import IdInfo ( OccInfo(..), InsideLam, insideLam, notInsideLam ) import Outputable \end{code}