`cabal check`: clearly mark Errors (#8908)
[cabal.git] / cabal-testsuite / PackageTests / Check / ConfiguredPackage / CabalVersion / AutoGenMods / cabal.out
blob8d0799bafc4349f0a23670a1e0e63d41f9a6e7c0
1 # cabal check
2 The following errors will cause portability problems on other environments:
3 Error: Packages using 'cabal-version: 2.0' and the autogenerated module Paths_* must include it also on the 'autogen-modules' field besides 'exposed-modules' and 'other-modules'. This specifies that the module does not come with the package and is generated on setup. Modules built with a custom Setup.hs script also go here to ensure that commands like sdist don't fail.
4 Error: Packages using 'cabal-version: 2.0' and the autogenerated module PackageInfo_* must include it in 'autogen-modules' as well as 'exposed-modules' and 'other-modules'. This specifies that the module does not come with the package and is generated on setup. Modules built with a custom Setup.hs script also go here to ensure that commands like sdist don't fail.
5 Error: Hackage would reject this package.