[Git][ghc/ghc][wip/T25647] fix
Patrick (@soulomoon)
gitlab at gitlab.haskell.org
Sun Feb 16 22:00:53 UTC 2025
Patrick pushed to branch wip/T25647 at Glasgow Haskell Compiler / GHC
Commits:
58c89f1f by Patrick at 2025-02-17T06:00:42+08:00
fix
- - - - -
1 changed file:
- compiler/GHC/Tc/Instance/Class.hs
Changes:
=====================================
compiler/GHC/Tc/Instance/Class.hs
=====================================
@@ -39,7 +39,7 @@ import GHC.Types.FieldLabel
import GHC.Types.Name.Reader
import GHC.Types.SafeHaskell
import GHC.Types.Name ( Name )
-import GHC.Types.Var.Env ( VarEnv, lookupVarEnv, elemVarEnv )
+import GHC.Types.Var.Env ( VarEnv, elemVarEnv )
import GHC.Types.Id
import GHC.Types.Var
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/58c89f1f7333a32e6d51bb2d340fc8fa1173ca2b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/58c89f1f7333a32e6d51bb2d340fc8fa1173ca2b
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/20250216/c29424ab/attachment-0001.html>
More information about the ghc-commits
mailing list