summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-07-02 20:47:44 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-25 00:45:08 -0400
commit15b2b44fe35292dc3ac93ec215c44fba42165f67 (patch)
tree97e16669ac800920e9cfde47561235d4c48db23e /ghc/Main.hs
parente443846ba05c943877e193a9518d5817e15560f3 (diff)
downloadhaskell-15b2b44fe35292dc3ac93ec215c44fba42165f67.tar.gz
Rename GHC.Driver.Ways into GHC.Platform.Ways
Diffstat (limited to 'ghc/Main.hs')
-rw-r--r--ghc/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs
index 2f84bb9e43..41435af878 100644
--- a/ghc/Main.hs
+++ b/ghc/Main.hs
@@ -26,7 +26,7 @@ import GHC.Driver.Main ( newHscEnv )
import GHC.Driver.Pipeline ( oneShot, compileFile )
import GHC.Driver.MakeFile ( doMkDependHS )
import GHC.Driver.Backpack ( doBackpack )
-import GHC.Driver.Ways
+import GHC.Platform.Ways
#if defined(HAVE_INTERNAL_INTERPRETER)
import GHCi.UI ( interactiveUI, ghciWelcomeMsg, defaultGhciSettings )
#endif