diff options
| author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-05-20 10:38:10 +0100 |
|---|---|---|
| committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-05-24 09:47:52 -0400 |
| commit | 098c7794953ee11334b6a450e6eda598a7ee09dc (patch) | |
| tree | 0164e283dff4b13e0bd25b44c6f5b4e78e3d892d /compiler/GHC/Driver/Make.hs | |
| parent | 3e4ef4b2d05ce0bdd70abd96066f0376dc0e13d6 (diff) | |
| download | haskell-098c7794953ee11334b6a450e6eda598a7ee09dc.tar.gz | |
check-{ppr/exact}: Rewrite more directly to just parse files
There was quite a large amount of indirection in these tests, so I have
rewritten them to just directly parse the files rather than making a
module graph and entering other twisty packages.
Diffstat (limited to 'compiler/GHC/Driver/Make.hs')
| -rw-r--r-- | compiler/GHC/Driver/Make.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Driver/Make.hs b/compiler/GHC/Driver/Make.hs index e73b3fb39d..30920ced1d 100644 --- a/compiler/GHC/Driver/Make.hs +++ b/compiler/GHC/Driver/Make.hs @@ -28,6 +28,7 @@ module GHC.Driver.Make ( ms_home_srcimps, ms_home_imps, summariseModule, + summariseFile, hscSourceToIsBoot, findExtraSigImports, implicitRequirementsShallow, |
