diff options
author | Andre Marianiello <andremarianiello@users.noreply.github.com> | 2022-05-09 18:21:47 -0400 |
---|---|---|
committer | andremarianiello <andre.marianiello@gmail.com> | 2022-05-12 02:15:48 +0000 |
commit | 2fc8d76b5c6b4aadcdee39703f8ba6b8936fa9c8 (patch) | |
tree | 108e7681a556016a2ea07b0d4acdefa94e61fced /compiler/GHC/Driver/Config | |
parent | 3a022baa1967e2df2ed19341de38b004dc07c04f (diff) | |
download | haskell-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.hs | 3 |
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 |