From 810ef79fed7a0f1b9a6e0dc641f9294fa25e9efb Mon Sep 17 00:00:00 2001
From: sheaf <sam.derbyshire@gmail.com>
Date: Tue, 25 Jan 2022 13:53:40 +0100
Subject: [PATCH] Remove redundant SOURCE import in FitTypes

---
 compiler/GHC/Tc/Errors/Hole/FitTypes.hs-boot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/GHC/Tc/Errors/Hole/FitTypes.hs-boot b/compiler/GHC/Tc/Errors/Hole/FitTypes.hs-boot
index f27d71b41bd5..c6141d889791 100644
--- a/compiler/GHC/Tc/Errors/Hole/FitTypes.hs-boot
+++ b/compiler/GHC/Tc/Errors/Hole/FitTypes.hs-boot
@@ -5,7 +5,7 @@
 module GHC.Tc.Errors.Hole.FitTypes where
 
 import GHC.Base (Int, Maybe)
-import {-# SOURCE #-} GHC.Types.Var (Id)
+import GHC.Types.Var (Id)
 import GHC.Types.Name (Name)
 import GHC.Types.Name.Reader (GlobalRdrElt)
 import GHC.Tc.Utils.TcType (TcType)
-- 
GitLab