Skip to content

Commit

Permalink
Update Cabal/src/Distribution/Simple/Setup/Config.hs
Browse files Browse the repository at this point in the history
Co-authored-by: sheaf <[email protected]>
  • Loading branch information
mpickering and sheaf committed Aug 27, 2024
1 parent 05b1fa9 commit c160c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/src/Distribution/Simple/Setup/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ configureOptions showOrParseArgs =
, option
""
["promised-dependency"]
"A list of promised dependencies. E.g., --promised-dependency=\"void,0.1.1=void-0.5.8-177d5cdf20962d0581fe2e4932a6c309\""
"A list of promised dependencies. E.g., --promised-dependency=\"void-0.5.8=void-0.5.8-177d5cdf20962d0581fe2e4932a6c309\""
configPromisedDependencies
(\v flags -> flags{configPromisedDependencies = v})
( reqArg
Expand Down

0 comments on commit c160c0f

Please sign in to comment.