diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-02-08 17:31:45 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2022-05-31 16:26:28 +0000 |
commit | d4c71f098f82b61b3dc1f056e0518c973fa51b68 (patch) | |
tree | 0f025317b4381080b223c0e76e70597831c38a5e /testsuite/tests/count-deps/CountDepsParser.stdout | |
parent | 15d42a7a1287b0466ea97bedf71f4a0b161b17b4 (diff) | |
download | haskell-d4c71f098f82b61b3dc1f056e0518c973fa51b68.tar.gz |
Purge `DynFlags` and `HscEnv` from some `GHC.Core` modules where it's not too hardwip/dflags-core-opt-easier
Progress towards #17957
Because of `CoreM`, I did not move the `DynFlags` and `HscEnv` to other
modules as thoroughly as I usually do. This does mean that risk of
`DynFlags` "creeping back in" is higher than it usually is.
After we do the same process to the other Core passes, and then figure
out what we want to do about `CoreM`, we can finish the job started
here.
That is a good deal more work, however, so it certainly makes sense to
land this now.
Diffstat (limited to 'testsuite/tests/count-deps/CountDepsParser.stdout')
-rw-r--r-- | testsuite/tests/count-deps/CountDepsParser.stdout | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/count-deps/CountDepsParser.stdout b/testsuite/tests/count-deps/CountDepsParser.stdout index b3834a0f92..d6690e7306 100644 --- a/testsuite/tests/count-deps/CountDepsParser.stdout +++ b/testsuite/tests/count-deps/CountDepsParser.stdout @@ -1,4 +1,4 @@ -Found 292 GHC.Parser module dependencies +Found 293 GHC.Parser module dependencies GHC.Builtin.Names GHC.Builtin.PrimOps GHC.Builtin.PrimOps.Ids @@ -46,6 +46,7 @@ GHC.Core.Predicate GHC.Core.Reduction GHC.Core.RoughMap GHC.Core.Rules +GHC.Core.Rules.Config GHC.Core.Seq GHC.Core.SimpleOpt GHC.Core.Stats |