Wed Jan 19 07:34:04 PST 2011 Thomas Tuegel
* Including test suites in product of 'setup sdist'.
See ticket #792.
M ./Distribution/Simple/SrcDist.hs -1 +21
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal;a=darcs_commitdiff;h=2...
Wed Mar 2 20:18:40 PST 2011 Thomas Tuegel
* Remove log files before running tests by default.
M ./Distribution/Simple/Test.hs -2 +7
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal;a=darcs_commitdiff;h=2...
Fri Apr 1 12:21:13 PDT 2011 Thomas Tuegel
* Fix for test suite stanzas with conditionals.
Ticket #811. This fixes a problem where Cabal would fail to detect the "type"
field of a test suite when the test suite contained a conditional. Conditionals
can now be used, with the restriction that the "type" field and the appropriate
"main-is" or "test-module" field must be specified together in any conditional
branch where they occur.
M ./Distribution/PackageDescription/Parse.hs -8 +44
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal;a=darcs_commitdiff;h=2...