[Git][ghc/ghc][wip/tc-lcl-env-refactor] Remove unecessary SOURCE import

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Tue May 16 19:56:16 UTC 2023



Matthew Pickering pushed to branch wip/tc-lcl-env-refactor at Glasgow Haskell Compiler / GHC


Commits:
96d86d8d by Matthew Pickering at 2023-05-16T20:55:53+01:00
Remove unecessary SOURCE import

- - - - -


2 changed files:

- compiler/GHC/Tc/Errors/Ppr.hs
- compiler/GHC/Types/Hint/Ppr.hs


Changes:

=====================================
compiler/GHC/Tc/Errors/Ppr.hs
=====================================
@@ -76,7 +76,7 @@ import GHC.Types.Name.Set
 import GHC.Types.SourceFile
 import GHC.Types.SrcLoc
 import GHC.Types.TyThing
-import {-# SOURCE #-} GHC.Types.TyThing.Ppr ( pprTyThingInContext )
+import GHC.Types.TyThing.Ppr ( pprTyThingInContext )
 import GHC.Types.Unique.Set ( nonDetEltsUniqSet )
 import GHC.Types.Var
 import GHC.Types.Var.Set


=====================================
compiler/GHC/Types/Hint/Ppr.hs
=====================================
@@ -15,7 +15,7 @@ import GHC.Types.Hint
 import GHC.Core.FamInstEnv (FamFlavor(..))
 import GHC.Core.TyCon
 import GHC.Hs.Expr ()   -- instance Outputable
-import {-# SOURCE #-} GHC.Tc.Types.Origin ( ClsInstOrQC(..) )
+import GHC.Tc.Types.Origin ( ClsInstOrQC(..) )
 import GHC.Types.Id
 import GHC.Types.Name
 import GHC.Types.Name.Reader (RdrName,ImpDeclSpec (..), rdrNameOcc, rdrNameSpace)



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/96d86d8dcf522d473cd1fda7a8e69d95394dd9ee

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/96d86d8dcf522d473cd1fda7a8e69d95394dd9ee
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230516/8d67a5f1/attachment-0001.html>


More information about the ghc-commits mailing list