[Git][ghc/ghc][wip/T26003] Import wibble

Simon Peyton Jones pushed to branch wip/T26003 at Glasgow Haskell Compiler / GHC Commits: 8c87cacf by Simon Peyton Jones at 2025-05-06T22:01:41+01:00 Import wibble - - - - - 1 changed file: - compiler/GHC/Tc/Utils/TcMType.hs Changes: ===================================== compiler/GHC/Tc/Utils/TcMType.hs ===================================== @@ -110,7 +110,7 @@ import {-# SOURCE #-} GHC.Tc.Utils.Unify( unifyInvisibleType, tcSubMult ) import GHC.Tc.Types.Origin import GHC.Tc.Types.Constraint import GHC.Tc.Types.Evidence -import GHC.Tc.Types.CtLoc( CtLoc, ctLocOrigin ) +import GHC.Tc.Types.CtLoc( CtLoc ) import GHC.Tc.Utils.Monad -- TcType, amongst others import GHC.Tc.Utils.TcType import GHC.Tc.Errors.Types View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8c87cacff716efeaf6dba82fc749c371... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8c87cacff716efeaf6dba82fc749c371... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)