[Git][ghc/ghc][wip/ani/better-expansion] remove unnecessary import
Apoorv Ingle pushed to branch wip/ani/better-expansion at Glasgow Haskell Compiler / GHC Commits: f648f9eb by Apoorv Ingle at 2026-03-31T16:59:59-05:00 remove unnecessary import - - - - - 1 changed file: - compiler/GHC/Tc/Gen/Expr.hs-boot Changes: ===================================== compiler/GHC/Tc/Gen/Expr.hs-boot ===================================== @@ -1,6 +1,6 @@ module GHC.Tc.Gen.Expr where import GHC.Hs ( HsExpr, LHsExpr, SyntaxExprRn - , SyntaxExprTc, HsExpansion ) + , SyntaxExprTc ) import GHC.Tc.Utils.TcType ( TcType, TcRhoType, TcSigmaType, TcSigmaTypeFRR , SyntaxOpType, InferInstFlag , ExpType, ExpRhoType, ExpSigmaType ) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f648f9eb085be13367d35ca6af210cb5... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f648f9eb085be13367d35ca6af210cb5... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Apoorv Ingle (@ani)