Skip to content

Commit

Permalink
Improve error message for 'new-test' command
Browse files Browse the repository at this point in the history
Suggest adding '--enable-tests'. [ci skip]
  • Loading branch information
erikd committed May 26, 2019
1 parent 11047e4 commit 0ce6ba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cabal-install/Distribution/Client/CmdErrorMessages.hs
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ renderTargetProblemNoneEnabled verb targetSelector targets =
++ plural (listPlural targets') " is " " are "
++ "not available because the solver did not find a plan that "
++ "included the " ++ renderOptionalStanza Plural stanza
++ ". Force the solver to enable this for all packages by adding the "
++ "line 'tests: True' to the 'cabal.project.local' file."
(TargetNotBuildable, _) ->
renderListCommaAnd
[ "the " ++ showComponentName availableTargetComponentName
Expand Down

0 comments on commit 0ce6ba9

Please sign in to comment.