[Git][ghc/ghc][wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED] Cleanup unused imports

Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED at Glasgow Haskell Compiler / GHC Commits: a3f5b3ab by Sven Tennie at 2025-09-14T09:24:59+00:00 Cleanup unused imports - - - - - 1 changed file: - hadrian/src/Rules/Generate.hs Changes: ===================================== hadrian/src/Rules/Generate.hs ===================================== @@ -5,11 +5,10 @@ module Rules.Generate ( ) where import Development.Shake.FilePath -import Data.Char (isSpace) import Base import qualified Context import Expression -import Hadrian.Oracles.TextFile (getTargetTarget, lookupStageBuildConfig) +import Hadrian.Oracles.TextFile (lookupStageBuildConfig) import Oracles.Flag hiding (arSupportsAtFile, arSupportsDashL) import Oracles.ModuleFiles import Oracles.Setting View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a3f5b3abae3317e4fdf57fc9a4c68a60... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a3f5b3abae3317e4fdf57fc9a4c68a60... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)