Mon Jan 10 16:59:41 PST 2011 Duncan Coutts
* Clarify docs about LocalBuildInfo installedPkgs field
Only deps of current package, not all installed packages.
Confusion reported by quuuux on #haskell.
M ./Distribution/Simple/LocalBuildInfo.hs -1 +2
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.10;a=...
Fri Jan 14 09:33:47 PST 2011 Duncan Coutts
* Change my email address
M ./Cabal.cabal -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.10;a=...
Sat Aug 15 18:40:17 PDT 2009 Thomas Schilling
* Add --html for haddock command.
This makes it easier to build both html documentation and a hoogle
database:
./setup haddock [--html] # build only HTML docs (default)
./setup haddock --hoogle # build only Hoogle DB
./setup haddock --hoogle --html # build both
M ./Distribution/Simple/Haddock.hs -8 +17
M ./Distribution/Simple/Setup.hs +9
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.10;a=...
Sat Jan 29 10:26:23 PST 2011 Duncan Coutts
* Relax QA check on test-suite sections to require only Cabal 1.8
Only Cabal-1.10 and later can use test suites. Versions of Cabal prior
to 1.8 actually barf on test-suite sections, while Cabal-1.8 will
ignore these sections with a warning. Previously the QA check enforced
that packages with test-suite section specify 'cabal-version: >= 1.10'
but strictly speaking we only need to require 'cabal-version: >= 1.8'.
This relaxation allows people to write packages using test suites such
that people using Cabal-1.8 will be able to build and install the
package, just not run the test suite. Clear as mud?
M ./Distribution/PackageDescription/Check.hs -4 +6
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.10;a=...
Mon Jan 10 23:30:13 PST 2011 Johan Tibell
* Allow name template in --test-option and --test-options
Only $test-suite is supported for now.
M ./Distribution/Simple/Setup.hs -5 +9
M ./Distribution/Simple/Test.hs -1 +11
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.10;a=...
Tue Jan 11 02:19:57 PST 2011 Johan Tibell
* Support more placeholders in --test-option[s] template
Now supports $pkgid, $compiler, $os, $arch, and $test-suite.
M ./Distribution/Simple/Setup.hs -2 +4
M ./Distribution/Simple/Test.hs -7 +14
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.10;a=...
Sat Jan 29 12:51:03 PST 2011 Duncan Coutts
* Export a bunch of utils for package configurations
M ./Distribution/PackageDescription/Configuration.hs +4
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.10;a=...
Sat Jan 29 12:51:53 PST 2011 Duncan Coutts
* MERGED: Tracking enabled/disabled TestSuites in PackageDescription.
Mon Jan 10 17:42:27 GMT 2011 Thomas Tuegel
This patch adds the 'testEnabled' field to TestSuite. It's
undesirable to track build status information in the static package
description, but there is no better solution at this time. This
patch has the side-effect of fixing several TODOs in
Distribution.Simple.Configure.
M ./Distribution/PackageDescription.hs -5 +17
M ./Distribution/PackageDescription/Configuration.hs -5 +10
M ./Distribution/Simple/Configure.hs -22 +7
M ./Distribution/Simple/Test.hs -5 +19
M ./tests/PackageTests/TestStanza/Check.hs -35 +13
M ./tests/suite.hs +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.10;a=...