Merge pull request #9701 from cabalism/doc/compare-source-repos-9665
[cabal.git] / changelog.d / issue-6750
blobe392258267b56de644754762af30a87f5d228e69
1 synopsis: Make Setup copy/install succeed when there's no executable or library
2 packages: Cabal
3 prs: #9926
4 issues: #6750
6 description: {
7   Historically the Setup copy and install steps would fail if the package didn't
8   contain an executable or library component. In this case there's nothing to do.
10   This required workarounds for downstream users of Cabal to handle this edge case.
11   Now that this error has been downgraded to a warning, Cabal will succeed if 
12   there's nothing to do.