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 d6c8a5b3cc..d97df7719e 100644
--- a/compiler/GHC/Cmm/Monad.hs
+++ b/compiler/GHC/Cmm/Monad.hs
@@ -18,7 +18,7 @@ import GhcPrelude
import Control.Monad
import GHC.Driver.Session
-import Lexer
+import GHC.Parser.Lexer
newtype PD a = PD { unPD :: DynFlags -> PState -> ParseResult a }