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-branches/cabal-1.10;a=...
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-branches/cabal-1.10;a=...
Mon Apr 18 06:47:45 PDT 2011 Thomas Tuegel
* Fix for test suite stanza 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-branches/cabal-1.10;a=...