
#257: sdist doesn't include all files when using conditional and "buildable:
False"
----------------------------+-----------------------------------------------
Reporter: guest | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Cabal library | Version: 1.2.3.0
Severity: normal | Resolution:
Keywords: | Difficulty: normal
Ghcversion: 6.8.2 | Platform:
----------------------------+-----------------------------------------------
Comment (by duncan):
Good catch. It was because sdist uses `withLib` and `withExe` which only
run if the lib and exes are buildable.
Now fixed:
{{{
Fri Mar 7 02:09:33 GMT 2008 Duncan Coutts