File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cabal-install/src/Distribution/Client Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -510,9 +510,9 @@ giveRTSWarning "test" = "Some RTS options were found standalone, "
510
510
++ " For example, use \" cabal test --test-options='+RTS -N'\" "
511
511
++ " to pass the '-N' RTS option to your binary."
512
512
giveRTSWarning " bench" = " Some RTS options were found standalone, "
513
- ++ " which affect cabal and not the binary. "
514
- ++ " Please note that +RTS inside the --benchmark-options "
515
- ++ " argument suffices if your goal is to affect the benchmarked "
513
+ ++ " which affect cabal and not the binary. Please note "
514
+ ++ " that +RTS inside the --benchmark-options argument "
515
+ ++ " suffices if your goal is to affect the benchmarked "
516
516
++ " binary. For example, use \" cabal test --benchmark-options="
517
517
++ " '+RTS -N'\" to pass the '-N' RTS option to your binary."
518
518
giveRTSWarning _ = " Your RTS options are applied to cabal, not the "
You can’t perform that action at this time.
0 commit comments