summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Config
diff options
context:
space:
mode:
authorAndre Marianiello <andremarianiello@users.noreply.github.com>2022-05-09 18:21:47 -0400
committerandremarianiello <andre.marianiello@gmail.com>2022-05-12 02:15:48 +0000
commit2fc8d76b5c6b4aadcdee39703f8ba6b8936fa9c8 (patch)
tree108e7681a556016a2ea07b0d4acdefa94e61fced /compiler/GHC/Driver/Config
parent3a022baa1967e2df2ed19341de38b004dc07c04f (diff)
downloadhaskell-2fc8d76b5c6b4aadcdee39703f8ba6b8936fa9c8.tar.gz
Move CmmParserConfig and PDConfig into GHC.Cmm.Parser.Config
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