Skip to content

Commit

Permalink
Merge pull request #6058 from erikd/erikd/enable-tests-error-msg
Browse files Browse the repository at this point in the history
Improve error message for 'new-test' command
  • Loading branch information
erikd authored May 26, 2019
2 parents 65ab5c1 + 0ce6ba9 commit 9c31d9c
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 9c31d9c

Please sign in to comment.