summaryrefslogtreecommitdiff
path: root/compiler/GHC/Data/IOEnv.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Data/IOEnv.hs')
-rw-r--r--compiler/GHC/Data/IOEnv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Data/IOEnv.hs b/compiler/GHC/Data/IOEnv.hs
index 836ca856d0..2e713e40ec 100644
--- a/compiler/GHC/Data/IOEnv.hs
+++ b/compiler/GHC/Data/IOEnv.hs
@@ -34,7 +34,7 @@ module GHC.Data.IOEnv (
import GHC.Prelude
-import GHC.Driver.Session
+import GHC.Driver.DynFlags
import {-# SOURCE #-} GHC.Driver.Hooks
import GHC.IO (catchException)
import GHC.Utils.Exception