File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Cabal/src/Distribution/PackageDescription/Check
cabal-testsuite/PackageTests/Check/ConfiguredPackage/Sanity/AutogenIncludes Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -343,9 +343,9 @@ ppExplanation SignaturesCabal2 =
343343 " To use the 'signatures' field the package needs to specify "
344344 ++ " at least 'cabal-version: 2.0'."
345345ppExplanation AutogenNotExposed =
346- " An 'autogen-module' is neither on 'exposed-modules' or 'other-modules'."
346+ " An 'autogen-module' is neither on 'exposed-modules' nor 'other-modules'."
347347ppExplanation AutogenIncludesNotIncluded =
348- " An include in 'autogen-includes' is neither in 'includes' or "
348+ " An include in 'autogen-includes' is neither in 'includes' nor "
349349 ++ " 'install-includes'."
350350ppExplanation (NoMainIs eName) =
351351 " No 'main-is' field found for executable " ++ prettyShow eName
Original file line number Diff line number Diff line change 11# cabal check
22The package will not build sanely due to these errors:
3- Error: An include in 'autogen-includes' is neither in 'includes' or 'install-includes'.
3+ Error: An include in 'autogen-includes' is neither in 'includes' nor 'install-includes'.
44Error: Hackage would reject this package.
You can’t perform that action at this time.
0 commit comments