X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Frename%2FRnHiFiles.lhs;h=4eb5504718f200299d5b70689a3556b3bff3e254;hb=e66018084e22615311828b7a221d5df25cdf09ea;hp=4838be4526a6acce0d75876afd35a2c83f506609;hpb=fcd0dea6bcbe44f992e2a643ae3261e44df17961;p=ghc-hetmet.git diff --git a/ghc/compiler/rename/RnHiFiles.lhs b/ghc/compiler/rename/RnHiFiles.lhs index 4838be4..4eb5504 100644 --- a/ghc/compiler/rename/RnHiFiles.lhs +++ b/ghc/compiler/rename/RnHiFiles.lhs @@ -16,7 +16,7 @@ module RnHiFiles ( #include "HsVersions.h" -import DriverState ( GhcMode(..), v_GhcMode, isCompManagerMode ) +import DriverState ( v_GhcMode, isCompManagerMode ) import DriverUtil ( splitFilename ) import CmdLineOpts ( opt_IgnoreIfacePragmas ) import HscTypes ( ModuleLocation(..), @@ -28,7 +28,7 @@ import HscTypes ( ModuleLocation(..), AvailInfo, GenAvailInfo(..), Avails, Deprecations(..) ) import HsSyn ( TyClDecl(..), InstDecl(..), - HsType(..), HsPred(..), FixitySig(..), RuleDecl(..), + FixitySig(..), RuleDecl(..), tyClDeclNames, tyClDeclSysNames, hsTyVarNames, getHsInstHead, ) import RdrHsSyn ( RdrNameTyClDecl, RdrNameInstDecl, RdrNameRuleDecl )