[Git][ghc/ghc][wip/T23162-spj] Wibble

Simon Peyton Jones pushed to branch wip/T23162-spj at Glasgow Haskell Compiler / GHC Commits: 3c1f315c by Simon Peyton Jones at 2025-07-07T17:07:35+01:00 Wibble - - - - - 1 changed file: - compiler/GHC/Tc/Solver/Monad.hs Changes: ===================================== compiler/GHC/Tc/Solver/Monad.hs ===================================== @@ -153,7 +153,6 @@ import qualified GHC.Tc.Zonk.TcType as TcM import GHC.Driver.DynFlags import GHC.Tc.Instance.Class( safeOverlap, instanceReturnsDictCon ) -import GHC.Tc.Instance.FunDeps( FunDepEqn(..) ) import GHC.Utils.Misc @@ -214,7 +213,6 @@ import Data.IORef import Data.List ( mapAccumL ) import Data.List.NonEmpty ( nonEmpty ) import qualified Data.List.NonEmpty as NE -import qualified Data.Semigroup as S import GHC.Types.SrcLoc import GHC.Rename.Env import GHC.LanguageExtensions as LangExt View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3c1f315c8665631db8adea3dfa84ad52... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3c1f315c8665631db8adea3dfa84ad52... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)