summaryrefslogtreecommitdiff
path: root/compiler/GHC/Rename/Doc.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Rename/Doc.hs')
-rw-r--r--compiler/GHC/Rename/Doc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Rename/Doc.hs b/compiler/GHC/Rename/Doc.hs
index bd9fd60b73..f053795073 100644
--- a/compiler/GHC/Rename/Doc.hs
+++ b/compiler/GHC/Rename/Doc.hs
@@ -2,7 +2,7 @@
module GHC.Rename.Doc ( rnHsDoc, rnLHsDoc, rnMbLHsDoc ) where
-import GhcPrelude
+import GHC.Prelude
import GHC.Tc.Types
import GHC.Hs