Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmeding committed Feb 12, 2025
1 parent 46191bf commit d88bba8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cabal/src/Distribution/Simple/Setup/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ programDbOption progDb showOrParseArgs get set =
[prog ++ "-option"]
( "give an extra option to "
++ prog
++ " (passed directly to " ++ prog ++ " as a single argument)"
++ " (passed directly to "
++ prog
++ " as a single argument)"
)
get
set
Expand Down Expand Up @@ -314,7 +316,8 @@ programDbOptions progDb showOrParseArgs get set =
[prog ++ "-options"]
( "give extra options to "
++ prog
++ " (split on spaces, \"quotes\" prevent splitting)")
++ " (split on spaces, \"quotes\" prevent splitting)"
)
get
set
(reqArg' "OPTS" (\args -> [(prog, splitArgs args)]) (const []))
Expand Down

0 comments on commit d88bba8

Please sign in to comment.