Hannes Siebenhandl pushed to branch wip/fendor/external-unit-db-cache at Glasgow Haskell Compiler / GHC Commits: b4b08a95 by fendor at 2026-07-21T16:10:05+02:00 Fixup: sort imports - - - - - 1 changed file: - compiler/GHC/Unit/External/ModuleOrigin.hs Changes: ===================================== compiler/GHC/Unit/External/ModuleOrigin.hs ===================================== @@ -7,12 +7,12 @@ module GHC.Unit.External.ModuleOrigin ( originEmpty, ) where +import Data.Semigroup qualified as Semigroup import GHC.Prelude import GHC.Unit.External.Validate import GHC.Unit.Info import GHC.Utils.Outputable import GHC.Utils.Panic -import qualified Data.Semigroup as Semigroup -- | Given a module name, there may be multiple ways it came into scope, -- possibly simultaneously. This data type tracks all the possible ways View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b4b08a95820c62394830a3b93b1d89df... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b4b08a95820c62394830a3b93b1d89df... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help
participants (1)
-
Hannes Siebenhandl (@fendor)