From 0d2ab41a4c88a5e5e7e035499dbf4e425d1cc55b Mon Sep 17 00:00:00 2001 From: jneira <atreyu.bbb@gmail.com> Date: Sun, 3 May 2020 15:25:10 +0200 Subject: [PATCH] Correct GHC.Prelude import --- compiler/GHC/Unit/Module/Env.hs-boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/GHC/Unit/Module/Env.hs-boot b/compiler/GHC/Unit/Module/Env.hs-boot index 657f55490cfe..66d95740fea7 100644 --- a/compiler/GHC/Unit/Module/Env.hs-boot +++ b/compiler/GHC/Unit/Module/Env.hs-boot @@ -1,6 +1,6 @@ module GHC.Unit.Module.Env where -import GhcPrelude () +import GHC.Prelude () import GHC.Types.Unique.FM type ModuleNameEnv elt = UniqFM elt -- GitLab