summaryrefslogtreecommitdiff
path: root/compiler/GHC/Llvm/MetaData.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Llvm/MetaData.hs')
-rw-r--r--compiler/GHC/Llvm/MetaData.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Llvm/MetaData.hs b/compiler/GHC/Llvm/MetaData.hs
index 3e319c7036..c2a1aa4a8f 100644
--- a/compiler/GHC/Llvm/MetaData.hs
+++ b/compiler/GHC/Llvm/MetaData.hs
@@ -2,10 +2,10 @@
module GHC.Llvm.MetaData where
-import GhcPrelude
+import GHC.Prelude
import GHC.Llvm.Types
-import Outputable
+import GHC.Utils.Outputable
-- The LLVM Metadata System.
--