v2-sdist does not create Setup.hs
Open
type: bug
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
A project should not require a default `Setup.hs`. `cabal v2-build` works fine without one, but `cabal v2-sdist` fails to generate a default `Setup.hs` for the tarball.
## Version
```
$ cabal --version
cabal-install version 2.4.1.0
compiled using version 2.4.1.0 of the Cabal library
```
## When uploaded to hackage

## Source issue
see: https://github.com/haskell/network/issues/357
Contributor guide
Assessment
This issue has not been assessed yet.