summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Config
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Driver/Config')
-rw-r--r--compiler/GHC/Driver/Config/Cmm/Parser.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/GHC/Driver/Config/Cmm/Parser.hs b/compiler/GHC/Driver/Config/Cmm/Parser.hs
index 4cd1c25b49..85abfb678a 100644
--- a/compiler/GHC/Driver/Config/Cmm/Parser.hs
+++ b/compiler/GHC/Driver/Config/Cmm/Parser.hs
@@ -2,8 +2,7 @@ module GHC.Driver.Config.Cmm.Parser
( initCmmParserConfig
) where
-import GHC.Cmm.Parser
-import GHC.Cmm.Parser.Monad
+import GHC.Cmm.Parser.Config
import GHC.Driver.Config.Parser
import GHC.Driver.Config.StgToCmm