summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Finder.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Driver/Finder.hs')
-rw-r--r--compiler/GHC/Driver/Finder.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Finder.hs b/compiler/GHC/Driver/Finder.hs
index d2538d90e8..0a4b07509f 100644
--- a/compiler/GHC/Driver/Finder.hs
+++ b/compiler/GHC/Driver/Finder.hs
@@ -40,7 +40,7 @@ import GHC.Driver.Types
import GHC.Driver.Packages
import FastString
import Util
-import PrelNames ( gHC_PRIM )
+import GHC.Builtin.Names ( gHC_PRIM )
import GHC.Driver.Session
import Outputable
import Maybes ( expectJust )