diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2022-10-31 22:40:07 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-11-03 23:08:09 -0400 |
commit | 311251543f2e37af4a121e58028bfc46267a7fc9 (patch) | |
tree | acca98e59a64df33ef7273b374264eaed86737e1 /testsuite/tests | |
parent | 634da448dd9296297eeb98f9552bc256b373a6f5 (diff) | |
download | haskell-311251543f2e37af4a121e58028bfc46267a7fc9.tar.gz |
Export pprTrace and friends from GHC.Prelude.
Introduces GHC.Prelude.Basic which can be used in modules which are a
dependency of the ppr code.
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/count-deps/CountDepsAst.stdout | 1 | ||||
-rw-r--r-- | testsuite/tests/count-deps/CountDepsParser.stdout | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/count-deps/CountDepsAst.stdout b/testsuite/tests/count-deps/CountDepsAst.stdout index f632445612..b875e35ddb 100644 --- a/testsuite/tests/count-deps/CountDepsAst.stdout +++ b/testsuite/tests/count-deps/CountDepsAst.stdout @@ -165,6 +165,7 @@ GHC.Platform.Ways GHC.Platform.X86 GHC.Platform.X86_64 GHC.Prelude +GHC.Prelude.Basic GHC.Runtime.Context GHC.Runtime.Eval.Types GHC.Runtime.Heap.Layout diff --git a/testsuite/tests/count-deps/CountDepsParser.stdout b/testsuite/tests/count-deps/CountDepsParser.stdout index 85623b21a7..2926e7b6bf 100644 --- a/testsuite/tests/count-deps/CountDepsParser.stdout +++ b/testsuite/tests/count-deps/CountDepsParser.stdout @@ -172,6 +172,7 @@ GHC.Platform.Ways GHC.Platform.X86 GHC.Platform.X86_64 GHC.Prelude +GHC.Prelude.Basic GHC.Runtime.Context GHC.Runtime.Eval.Types GHC.Runtime.Heap.Layout |