[Git][ghc/ghc][wip/T25647] fix lint
Patrick (@soulomoon)
gitlab at gitlab.haskell.org
Tue Mar 11 11:11:14 UTC 2025
Patrick pushed to branch wip/T25647 at Glasgow Haskell Compiler / GHC
Commits:
a88b45e4 by Patrick at 2025-03-11T19:11:08+08:00
fix lint
- - - - -
1 changed file:
- compiler/GHC/Tc/TyCl/Instance.hs
Changes:
=====================================
compiler/GHC/Tc/TyCl/Instance.hs
=====================================
@@ -31,7 +31,7 @@ import GHC.Tc.TyCl.Utils ( addTyConsToGblEnv )
import GHC.Tc.TyCl.Class ( tcClassDecl2, tcATDefault,
HsSigFun, mkHsSigFun, findMethodBind,
instantiateMethod )
-import GHC.Tc.Solver( pushLevelAndSolveEqualitiesX, reportUnsolvedEqualities )
+import GHC.Tc.Solver( pushLevelAndSolveEqualitiesX )
import GHC.Tc.Gen.Sig
import GHC.Tc.Utils.Monad
import GHC.Tc.Validity
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a88b45e457510be56c70e9760f8200be1296fd7b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a88b45e457510be56c70e9760f8200be1296fd7b
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/20250311/0973a516/attachment.html>
More information about the ghc-commits
mailing list