diff options
Diffstat (limited to 'compiler/GHC/IfaceToCore.hs-boot')
-rw-r--r-- | compiler/GHC/IfaceToCore.hs-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/IfaceToCore.hs-boot b/compiler/GHC/IfaceToCore.hs-boot index 97124237c7..adc5a89f28 100644 --- a/compiler/GHC/IfaceToCore.hs-boot +++ b/compiler/GHC/IfaceToCore.hs-boot @@ -7,7 +7,7 @@ import GHC.Types.TyThing ( TyThing ) import GHC.Tc.Types ( IfL ) import GHC.Core.InstEnv ( ClsInst ) import GHC.Core.FamInstEnv ( FamInst ) -import GHC.Core ( CoreRule ) +import GHC.Core.Rules ( CoreRule ) import GHC.Types.CompleteMatch import GHC.Types.Annotations ( Annotation ) import GHC.Types.Name |