diff options
author | Andreas Klebinger <klebinger.andreas@gmx.at> | 2022-10-31 22:40:07 +0100 |
---|---|---|
committer | Andreas Klebinger <klebinger.andreas@gmx.at> | 2022-11-03 02:29:53 +0100 |
commit | dc34a08ba40d165a9a6609565da67a1f2c503927 (patch) | |
tree | 535fc4aeaac7a5a402c713b337573051901db8e7 /compiler/Setup.hs | |
parent | 270037faa124bf59dda8ba4f3d73b97d4c109a5f (diff) | |
download | haskell-wip/andreask/ppr_prelude.tar.gz |
Export pprTrace and friends from GHC.Prelude.wip/andreask/ppr_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" , "" |