Simon Peyton Jones pushed to branch wip/T26514 at Glasgow Haskell Compiler / GHC Commits: 4f516544 by Simon Peyton Jones at 2025-11-03T08:37:37+00:00 Wibble imports - - - - - 1 changed file: - compiler/GHC/Types/SourceText.hs Changes: ===================================== compiler/GHC/Types/SourceText.hs ===================================== @@ -38,7 +38,6 @@ import GHC.Utils.Binary import GHC.Utils.Panic import Data.Function (on) -import Data.Semigroup as S ((<>)) import Data.Data import GHC.Real ( Ratio(..) ) import GHC.Types.SrcLoc View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4f516544b4d3207d6c93566d4a7ecf12... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/4f516544b4d3207d6c93566d4a7ecf12... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Simon Peyton Jones (@simonpj)