summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Opt/Monad.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Opt/Monad.hs-boot')
-rw-r--r--compiler/GHC/Core/Opt/Monad.hs-boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Core/Opt/Monad.hs-boot b/compiler/GHC/Core/Opt/Monad.hs-boot
index 6ea3a5b790..b92602dc59 100644
--- a/compiler/GHC/Core/Opt/Monad.hs-boot
+++ b/compiler/GHC/Core/Opt/Monad.hs-boot
@@ -9,9 +9,9 @@
module GHC.Core.Opt.Monad ( CoreToDo, CoreM ) where
-import GhcPrelude
+import GHC.Prelude
-import IOEnv ( IOEnv )
+import GHC.Data.IOEnv ( IOEnv )
type CoreIOEnv = IOEnv CoreReader