summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-10-31 22:40:07 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-11-03 23:08:09 -0400
commit311251543f2e37af4a121e58028bfc46267a7fc9 (patch)
treeacca98e59a64df33ef7273b374264eaed86737e1 /compiler/ghc.cabal.in
parent634da448dd9296297eeb98f9552bc256b373a6f5 (diff)
downloadhaskell-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 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 6f92f021da..944bfca5e1 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -560,6 +560,7 @@ Library
GHC.Platform.X86_64
GHC.Plugins
GHC.Prelude
+ GHC.Prelude.Basic
GHC.Rename.Bind
GHC.Rename.Doc
GHC.Rename.Env