X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcoreSyn%2FCorePrep.lhs;h=fee95a588a156bb22f1c4f8b03d1d2fa93be67ba;hb=022fc24719ba4b98b8d9f19bfe7f75dd0f19d585;hp=e2b6ecffea831b9a116386ab8726220f72bd2835;hpb=7eb8be6b5fcd80c4d9dfde6990dcb9fec4062d6b;p=ghc-hetmet.git diff --git a/compiler/coreSyn/CorePrep.lhs b/compiler/coreSyn/CorePrep.lhs index e2b6ecf..fee95a5 100644 --- a/compiler/coreSyn/CorePrep.lhs +++ b/compiler/coreSyn/CorePrep.lhs @@ -34,9 +34,6 @@ import ErrUtils import DynFlags import Util import Outputable -import TysWiredIn -import MkId -import TysPrim \end{code} -- ---------------------------------------------------------------------------