summaryrefslogtreecommitdiff
path: root/compiler/GHC/Cmm/Monad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Cmm/Monad.hs')
-rw-r--r--compiler/GHC/Cmm/Monad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Cmm/Monad.hs b/compiler/GHC/Cmm/Monad.hs
index eccaf72676..d6c8a5b3cc 100644
--- a/compiler/GHC/Cmm/Monad.hs
+++ b/compiler/GHC/Cmm/Monad.hs
@@ -17,7 +17,7 @@ import GhcPrelude
import Control.Monad
-import DynFlags
+import GHC.Driver.Session
import Lexer
newtype PD a = PD { unPD :: DynFlags -> PState -> ParseResult a }