[Git][ghc/ghc][wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED] Fix trailing whitespace
Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED at Glasgow Haskell Compiler / GHC Commits: db447b27 by Sven Tennie at 2025-10-13T08:35:30+02:00 Fix trailing whitespace - - - - - 1 changed file: - hadrian/src/Settings/Packages.hs Changes: ===================================== hadrian/src/Settings/Packages.hs ===================================== @@ -275,7 +275,7 @@ ghcInternalArgs = package ghcInternal ? do , staged (buildFlag GmpInTree) ? arg "--configure-option=--with-intree-gmp" -- prefer framework over library (on Darwin) - , staged (buildFlag GmpFrameworkPref) + , staged (buildFlag GmpFrameworkPref) ? arg "--configure-option=--with-gmp-framework-preferred" -- Ensure that the ghc-internal package registration includes View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/db447b27430492c6c5db5a5e145aa36b... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/db447b27430492c6c5db5a5e145aa36b... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)