summaryrefslogtreecommitdiff
path: root/compiler/GHC/Platform/Reg.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Platform/Reg.hs')
-rw-r--r--compiler/GHC/Platform/Reg.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Platform/Reg.hs b/compiler/GHC/Platform/Reg.hs
index 00cd254630..37fd039ef7 100644
--- a/compiler/GHC/Platform/Reg.hs
+++ b/compiler/GHC/Platform/Reg.hs
@@ -26,9 +26,9 @@ module GHC.Platform.Reg (
where
-import GhcPrelude
+import GHC.Prelude
-import Outputable
+import GHC.Utils.Outputable
import GHC.Types.Unique
import GHC.Platform.Reg.Class
import Data.List (intersect)