[Git][ghc/ghc][wip/hadrian-cross-stage2] fixes
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Thu Oct 5 23:19:37 UTC 2023
Matthew Pickering pushed to branch wip/hadrian-cross-stage2 at Glasgow Haskell Compiler / GHC
Commits:
fb7ad844 by Matthew Pickering at 2023-10-06T00:19:29+01:00
fixes
- - - - -
2 changed files:
- hadrian/src/Rules/BinaryDist.hs
- hadrian/src/Rules/Program.hs
Changes:
=====================================
hadrian/src/Rules/BinaryDist.hs
=====================================
@@ -19,7 +19,6 @@ import GHC.Toolchain (ccProgram, tgtCCompiler, ccLinkProgram, tgtCCompilerLink)
import GHC.Toolchain.Program (prgFlags)
import qualified Data.Set as Set
import Oracles.Flavour
-import Debug.Trace
{-
Note [Binary distributions]
=====================================
hadrian/src/Rules/Program.hs
=====================================
@@ -8,7 +8,6 @@ import Hadrian.Haskell.Cabal.Type
import Base
import Context
import Expression hiding (stage, way)
-import Oracles.Flag
import Oracles.ModuleFiles
import Oracles.Setting (topDirectory)
import Packages
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fb7ad844ca1173a4d64a8c502da9e835757a69d5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fb7ad844ca1173a4d64a8c502da9e835757a69d5
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20231005/5ed0e13b/attachment.html>
More information about the ghc-commits
mailing list