Skip to content

Commit babf2e2

Browse files
BasLaamergify[bot]
authored andcommitted
Fix maximum line length
1 parent 8719cd6 commit babf2e2

File tree

1 file changed

+3
-3
lines changed
  • cabal-install/src/Distribution/Client

1 file changed

+3
-3
lines changed

cabal-install/src/Distribution/Client/Utils.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,9 @@ giveRTSWarning "test" = "Some RTS options were found standalone, "
510510
++ "For example, use \"cabal test --test-options='+RTS -N'\" "
511511
++ "to pass the '-N' RTS option to your binary."
512512
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 "
516516
++ "binary. For example, use \"cabal test --benchmark-options="
517517
++ "'+RTS -N'\" to pass the '-N' RTS option to your binary."
518518
giveRTSWarning _ = "Your RTS options are applied to cabal, not the "

0 commit comments

Comments
 (0)