diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2021-09-08 11:17:38 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-09-17 09:45:36 -0400 |
commit | c662ac7e39a0a2fb85d4ab17ae71d54752d24f39 (patch) | |
tree | 01ec2534a67671f010fb985f00fce1a4cd492f99 /testsuite/tests/plugins/static-plugins.stdout | |
parent | da60e6276e4b71217e2e75dfa49f2d460b526af3 (diff) | |
download | haskell-c662ac7e39a0a2fb85d4ab17ae71d54752d24f39.tar.gz |
Refactor module dependencies code
* moved deps related code into GHC.Unit.Module.Deps
* refactored Deps module to not export Dependencies constructor to help
maintaining invariants
Diffstat (limited to 'testsuite/tests/plugins/static-plugins.stdout')
-rw-r--r-- | testsuite/tests/plugins/static-plugins.stdout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/plugins/static-plugins.stdout b/testsuite/tests/plugins/static-plugins.stdout index 65af518b7f..fceea0882a 100644 --- a/testsuite/tests/plugins/static-plugins.stdout +++ b/testsuite/tests/plugins/static-plugins.stdout @@ -1,8 +1,8 @@ ==pure.0 parsePlugin() interfacePlugin: Prelude -interfacePlugin: GHC.Float interfacePlugin: GHC.Base +interfacePlugin: GHC.Float interfacePlugin: System.IO typeCheckPlugin (rn) interfacePlugin: GHC.Prim |