packages feed

hackport-0.9.0.0: cabal/cabal-testsuite/PackageTests/AutogenModules/Package/setup.out

# Setup configure
Configuring AutogenModules-0.1...
Error: setup: An 'autogen-module' is neither on 'exposed-modules' or 'other-modules'.

On executable 'Exe' an 'autogen-module' is not on 'other-modules'

On test suite 'Test' an 'autogen-module' is not on 'other-modules'

On benchmark 'Bench' an 'autogen-module' is not on 'other-modules'
# Setup sdist
Distribution quality errors:
An 'autogen-module' is neither on 'exposed-modules' or 'other-modules'.
On executable 'Exe' an 'autogen-module' is not on 'other-modules'
On test suite 'Test' an 'autogen-module' is not on 'other-modules'
On benchmark 'Bench' an 'autogen-module' is not on 'other-modules'
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.
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.
To use the autogenerated module PackageInfo_* you need to specify `cabal-version: 3.12` or higher. This is not possible in `cabal 3.10`. To use this feature and be able to upload your package to Hackage, download `cabal 3.12`!
The filename './my.cabal' does not match package name (expected: 'AutogenModules.cabal')
Note: the public hackage server would reject this package.
Building source dist for AutogenModules-0.1...
Error: setup: Could not find module: MyLibHelperModule with any suffix: ["gc","chs","hsc","x","y","ly","cpphs","hs","lhs","hsig","lhsig"]. If the module is autogenerated it should be added to 'autogen-modules'.