From 311251543f2e37af4a121e58028bfc46267a7fc9 Mon Sep 17 00:00:00 2001 From: Andreas Klebinger Date: Mon, 31 Oct 2022 22:40:07 +0100 Subject: 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. --- compiler/GHC/Core/Opt/Simplify.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/GHC/Core/Opt/Simplify.hs') diff --git a/compiler/GHC/Core/Opt/Simplify.hs b/compiler/GHC/Core/Opt/Simplify.hs index 1c84db9eea..e473cd24af 100644 --- a/compiler/GHC/Core/Opt/Simplify.hs +++ b/compiler/GHC/Core/Opt/Simplify.hs @@ -27,7 +27,6 @@ import GHC.Utils.Error ( withTiming ) import GHC.Utils.Logger as Logger import GHC.Utils.Outputable import GHC.Utils.Constants (debugIsOn) -import GHC.Utils.Trace import GHC.Unit.Env ( UnitEnv, ueEPS ) import GHC.Unit.External -- cgit v1.2.1