diff options
Diffstat (limited to 'compiler/GHC/Tc')
-rw-r--r-- | compiler/GHC/Tc/Errors/Hole/FitTypes.hs-boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Errors/Hole/FitTypes.hs-boot b/compiler/GHC/Tc/Errors/Hole/FitTypes.hs-boot index f27d71b41b..c6141d8897 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) |