We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8064dda commit 9f1ba4eCopy full SHA for 9f1ba4e
src/Stack/Setup.hs
@@ -1694,6 +1694,10 @@ getGhcBuilds = do
1694
Just ghcBuild -> pure [ghcBuild]
1695
Nothing -> determineGhcBuild
1696
where
1697
+ -- The GHCup project is also interested in the algorithm below, as it copies
1698
+ -- it at GHCup.Platform.getStackGhcBuilds. If you change this algorithm, it
1699
+ -- would be a courtesy to bring that to the attention of the GHCup project
1700
+ -- maintainers.
1701
determineGhcBuild = do
1702
-- TODO: a more reliable, flexible, and data driven approach would be to
1703
-- actually download small "test" executables (from setup-info) that link to
0 commit comments