X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FcoreSyn%2FCoreLint.lhs;h=015e6a699c2ac2e09de07269503c5f7b32ec2bd2;hb=a76db2a07f99716c40e05d73210f80b4e4794b9a;hp=f21f0e0ee5a83111cdf800a4cb7bcd9f403e7495;hpb=ea800ce5b69f12226c69bf68c41d2efa14c084f4;p=ghc-hetmet.git diff --git a/ghc/compiler/coreSyn/CoreLint.lhs b/ghc/compiler/coreSyn/CoreLint.lhs index f21f0e0..015e6a6 100644 --- a/ghc/compiler/coreSyn/CoreLint.lhs +++ b/ghc/compiler/coreSyn/CoreLint.lhs @@ -38,7 +38,7 @@ import Type ( Type, tyVarsOfType, isUnboxedTupleType, hasMoreBoxityInfo ) -import TyCon ( TyCon, isPrimTyCon, tyConDataCons ) +import TyCon ( isPrimTyCon ) import BasicTypes ( RecFlag(..), isNonRec ) import CmdLineOpts import Maybe