Ticket #792 (closed defect: fixed)
sdist doesn't not include source files from test-suite stanzas
| Reported by: | tibbe | Owned by: | ttuegel |
|---|---|---|---|
| Priority: | normal | Milestone: | Cabal-1.10 |
| Component: | Cabal library | Version: | 1.8.0.6 |
| Severity: | normal | Keywords: | |
| Cc: | v.dijk.bas@… | Difficulty: | unknown |
| GHC Version: | Platform: |
Description
cabal sdist doesn't include the source files from test-suite stanzas when generating the tarball. This leads to Hackage's QA checks rejecting the package.
Steps to reproduce:
- Create a Cabal package with a test-suite stanza (and set hs-source-dirs to e.g. tests).
- Run cabal sdist
- Unpack the tarball and look at the content.
Thomas, could you please take a look?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

