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 /compiler/Setup.hs | |
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 'compiler/Setup.hs')
-rw-r--r-- | compiler/Setup.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Setup.hs b/compiler/Setup.hs index 59746bf5a2..97662a7775 100644 --- a/compiler/Setup.hs +++ b/compiler/Setup.hs @@ -116,7 +116,7 @@ generateConfigHs settings = either error id $ do , " , cStage" , " ) where" , "" - , "import GHC.Prelude" + , "import GHC.Prelude.Basic" , "" , "import GHC.Version" , "" |