[Git][ghc/ghc][wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL] Rebase fixup
Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL at Glasgow Haskell Compiler / GHC Commits: 74d7c70e by Sven Tennie at 2026-03-06T19:29:33+00:00 Rebase fixup - - - - - 1 changed file: - hadrian/src/Settings.hs Changes: ===================================== hadrian/src/Settings.hs ===================================== @@ -94,7 +94,7 @@ flavour = do Just "native" -> return useNativeBignum Just b -> return $ \f -> f { bignumBackend = b } Nothing -> do - js <- isJsTarget + js <- isJsTarget Stage2 return $ if js then useNativeBignum else id case parseFlavour flavours flavourTransformers flavourName of View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/74d7c70e3b357ea57ba51527544497a0... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/74d7c70e3b357ea57ba51527544497a0... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)