Skip to content

Commit 736c6f4

Browse files
authored
Merge pull request #5080 from grayjay/new-build-error-message-typo
Fix typo in new-build error message.
2 parents 3781531 + ab18496 commit 736c6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/Distribution/Client/CmdErrorMessages.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ renderTargetProblemCommon verb (TargetOptionalStanzaDisabledBySolver pkgid cname
231231
"Cannot " ++ verb ++ " the " ++ showComponentName cname ++ " because the "
232232
++ "solver did not find a plan that included the " ++ compkinds
233233
++ " for " ++ display pkgid ++ ". It is probably worth trying again with "
234-
++ compkinds ++ "explicitly enabled in the configuration in the "
234+
++ compkinds ++ " explicitly enabled in the configuration in the "
235235
++ "cabal.project{.local} file. This will ask the solver to find a plan with "
236236
++ "the " ++ compkinds ++ " available. It will either fail with an "
237237
++ "explanation or find a different plan that uses different versions of some "

0 commit comments

Comments
 (0)