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
1 changed file:
Changes:
... | ... | @@ -153,7 +153,6 @@ import qualified GHC.Tc.Zonk.TcType as TcM |
153 | 153 | import GHC.Driver.DynFlags
|
154 | 154 | |
155 | 155 | import GHC.Tc.Instance.Class( safeOverlap, instanceReturnsDictCon )
|
156 | -import GHC.Tc.Instance.FunDeps( FunDepEqn(..) )
|
|
157 | 156 | import GHC.Utils.Misc
|
158 | 157 | |
159 | 158 | |
... | ... | @@ -214,7 +213,6 @@ import Data.IORef |
214 | 213 | import Data.List ( mapAccumL )
|
215 | 214 | import Data.List.NonEmpty ( nonEmpty )
|
216 | 215 | import qualified Data.List.NonEmpty as NE
|
217 | -import qualified Data.Semigroup as S
|
|
218 | 216 | import GHC.Types.SrcLoc
|
219 | 217 | import GHC.Rename.Env
|
220 | 218 | import GHC.LanguageExtensions as LangExt
|