diff options
Diffstat (limited to 'compiler/GHC/Plugins.hs')
-rw-r--r-- | compiler/GHC/Plugins.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Plugins.hs b/compiler/GHC/Plugins.hs index 12ec3fead2..a07b7e7733 100644 --- a/compiler/GHC/Plugins.hs +++ b/compiler/GHC/Plugins.hs @@ -26,7 +26,7 @@ module GHC.Plugins , module GHC.Core.Make , module GHC.Core.FVs , module GHC.Core.Subst - , module GHC.Core.Rules + , module GHC.Core.Rules.Apply , module GHC.Types.Annotations , module GHC.Driver.Session , module GHC.Driver.Ppr @@ -96,7 +96,7 @@ import GHC.Core.FVs import GHC.Core.Subst hiding( substTyVarBndr, substCoVarBndr, extendCvSubst, extendSubstInScopeSet ) -- These names are also exported by Type -import GHC.Core.Rules +import GHC.Core.Rules.Apply import GHC.Types.Annotations import GHC.Types.Meta |