summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Eval.hs
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-10-31 22:40:07 +0100
committerAndreas Klebinger <klebinger.andreas@gmx.at>2022-11-03 02:29:53 +0100
commitdc34a08ba40d165a9a6609565da67a1f2c503927 (patch)
tree535fc4aeaac7a5a402c713b337573051901db8e7 /compiler/GHC/Runtime/Eval.hs
parent270037faa124bf59dda8ba4f3d73b97d4c109a5f (diff)
downloadhaskell-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/GHC/Runtime/Eval.hs')
-rw-r--r--compiler/GHC/Runtime/Eval.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/GHC/Runtime/Eval.hs b/compiler/GHC/Runtime/Eval.hs
index abe98c2635..3acebb5894 100644
--- a/compiler/GHC/Runtime/Eval.hs
+++ b/compiler/GHC/Runtime/Eval.hs
@@ -91,7 +91,6 @@ import GHC.Utils.Error
import GHC.Utils.Outputable
import GHC.Utils.Misc
import GHC.Utils.Logger
-import GHC.Utils.Trace
import GHC.Types.RepType
import GHC.Types.Fixity.Env