Skip to content

Commit

Permalink
Merge pull request #5080 from grayjay/new-build-error-message-typo
Browse files Browse the repository at this point in the history
Fix typo in new-build error message.
  • Loading branch information
23Skidoo authored Jan 31, 2018
2 parents 3781531 + ab18496 commit 736c6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/CmdErrorMessages.hs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ renderTargetProblemCommon verb (TargetOptionalStanzaDisabledBySolver pkgid cname
"Cannot " ++ verb ++ " the " ++ showComponentName cname ++ " because the "
++ "solver did not find a plan that included the " ++ compkinds
++ " for " ++ display pkgid ++ ". It is probably worth trying again with "
++ compkinds ++ "explicitly enabled in the configuration in the "
++ compkinds ++ " explicitly enabled in the configuration in the "
++ "cabal.project{.local} file. This will ask the solver to find a plan with "
++ "the " ++ compkinds ++ " available. It will either fail with an "
++ "explanation or find a different plan that uses different versions of some "
Expand Down

0 comments on commit 736c6f4

Please sign in to comment.