We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11047e4 commit 0ce6ba9Copy full SHA for 0ce6ba9
cabal-install/Distribution/Client/CmdErrorMessages.hs
@@ -305,6 +305,8 @@ renderTargetProblemNoneEnabled verb targetSelector targets =
305
++ plural (listPlural targets') " is " " are "
306
++ "not available because the solver did not find a plan that "
307
++ "included the " ++ renderOptionalStanza Plural stanza
308
+ ++ ". Force the solver to enable this for all packages by adding the "
309
+ ++ "line 'tests: True' to the 'cabal.project.local' file."
310
(TargetNotBuildable, _) ->
311
renderListCommaAnd
312
[ "the " ++ showComponentName availableTargetComponentName
0 commit comments