diff options
author | sheaf <sam.derbyshire@gmail.com> | 2023-05-10 14:38:55 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-05-15 18:03:00 -0400 |
commit | d69cbd78999071d2d6479be40ae90ddd83b9942a (patch) | |
tree | 33fe1e02ae939ed8c51b795954bc5ada7a5fbcad /testsuite/tests/count-deps/CountDepsParser.stdout | |
parent | 451d65a6913d85088a350be8e9b7a6d834453326 (diff) | |
download | haskell-d69cbd78999071d2d6479be40ae90ddd83b9942a.tar.gz |
Split up tyThingToIfaceDecl from GHC.Iface.Make
This commit moves tyThingToIfaceDecl and coAxiomToIfaceDecl
from GHC.Iface.Make into GHC.Iface.Decl.
This avoids GHC.Types.TyThing.Ppr, which needs tyThingToIfaceDecl,
transitively depending on e.g. GHC.Iface.Load and GHC.Tc.Utils.Monad.
Diffstat (limited to 'testsuite/tests/count-deps/CountDepsParser.stdout')
-rw-r--r-- | testsuite/tests/count-deps/CountDepsParser.stdout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/count-deps/CountDepsParser.stdout b/testsuite/tests/count-deps/CountDepsParser.stdout index 2b74bda834..639d765427 100644 --- a/testsuite/tests/count-deps/CountDepsParser.stdout +++ b/testsuite/tests/count-deps/CountDepsParser.stdout @@ -143,6 +143,7 @@ GHC.HsToCore.Errors.Types GHC.HsToCore.Pmc.Ppr GHC.HsToCore.Pmc.Solver.Types GHC.HsToCore.Pmc.Types +GHC.Iface.Decl GHC.Iface.Errors.Ppr GHC.Iface.Errors.Types GHC.Iface.Ext.Fields |