summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Unfold.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Unfold.hs-boot')
-rw-r--r--compiler/GHC/Core/Unfold.hs-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Unfold.hs-boot b/compiler/GHC/Core/Unfold.hs-boot
index 54895ae8b1..4706af49e7 100644
--- a/compiler/GHC/Core/Unfold.hs-boot
+++ b/compiler/GHC/Core/Unfold.hs-boot
@@ -2,7 +2,7 @@ module GHC.Core.Unfold (
mkUnfolding, mkInlineUnfolding
) where
-import GhcPrelude
+import GHC.Prelude
import GHC.Core
import GHC.Driver.Session