summaryrefslogtreecommitdiff
path: root/compiler/GHC/Settings/IO.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Settings/IO.hs')
-rw-r--r--compiler/GHC/Settings/IO.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/GHC/Settings/IO.hs b/compiler/GHC/Settings/IO.hs
index bc15564543..225d5a6ec8 100644
--- a/compiler/GHC/Settings/IO.hs
+++ b/compiler/GHC/Settings/IO.hs
@@ -9,16 +9,16 @@ module GHC.Settings.IO
#include "HsVersions.h"
-import GhcPrelude
+import GHC.Prelude
import GHC.Settings.Platform
import GHC.Settings.Utils
import Config
-import CliOption
-import Fingerprint
+import GHC.Utils.CliOption
+import GHC.Utils.Fingerprint
import GHC.Platform
-import Outputable
+import GHC.Utils.Outputable
import GHC.Settings
import GHC.SysTools.BaseDir