Skip to content

Commit

Permalink
Re #6466 Update stack setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Feb 1, 2024
1 parent be98009 commit ae2dabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@ buildGhcFromSource getSetupInfo' installed (CompilerRepository url) commitId fla
-- apply it. This allows the resolver specified in Hadrian's
-- stack.yaml file to be overridden.
args' = maybe args addResolver config.resolver
addResolver resolver = "--resolver=" <> show resolver : args
addResolver resolver = "--snapshot=" <> show resolver : args
happy = stack ["install", "happy"]
alex = stack ["install", "alex"]
-- Executed in the Stack environment, because GHC is required.
Expand Down

0 comments on commit ae2dabb

Please sign in to comment.