patch applied (cabal-branches/cabal-1.10): "Clarify docs about LocalBuildInfo installedPkgs field" and 7 others

Duncan Coutts duncan.coutts at googlemail.com
Sat Jan 29 22:00:36 CET 2011


Mon Jan 10 16:59:41 PST 2011  Duncan Coutts <duncan at haskell.org>
  * 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=darcs_commitdiff;h=20110111005941-adfee-59826affa990d7c0707973980ae17165b3086223.gz

Fri Jan 14 09:33:47 PST 2011  Duncan Coutts <duncan at community.haskell.org>
  * 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=darcs_commitdiff;h=20110114173347-5c91e-5d9c0a09a75ff431ce661984da76e436e516ffeb.gz

Sat Aug 15 18:40:17 PDT 2009  Thomas Schilling <nominolo at googlemail.com>
  * 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=darcs_commitdiff;h=20090816014017-7c5c6-a90a7c95d01f8a836ada6705212c997db3d16c61.gz

Sat Jan 29 10:26:23 PST 2011  Duncan Coutts <duncan at community.haskell.org>
  * 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=darcs_commitdiff;h=20110129182623-5c91e-662bbcd4714462440ab060ee8035df9f32dd928a.gz

Mon Jan 10 23:30:13 PST 2011  Johan Tibell <johan.tibell at gmail.com>
  * 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=darcs_commitdiff;h=20110111073013-73595-36266ff542e0252d8f66ed0b2576c94ef27a3ffc.gz

Tue Jan 11 02:19:57 PST 2011  Johan Tibell <johan.tibell at gmail.com>
  * 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=darcs_commitdiff;h=20110111101957-73595-71102d0b9d8e48826ca07114da1d9949bbf1ca8a.gz

Sat Jan 29 12:51:03 PST 2011  Duncan Coutts <duncan at community.haskell.org>
  * 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=darcs_commitdiff;h=20110129205103-5c91e-e27e3dceeb1639913003e47e90211940c2b4b8dc.gz

Sat Jan 29 12:51:53 PST 2011  Duncan Coutts <duncan at community.haskell.org>
  * MERGED: Tracking enabled/disabled TestSuites in PackageDescription.
  Mon Jan 10 17:42:27 GMT 2011  Thomas Tuegel <ttuegel at gmail.com>
    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=darcs_commitdiff;h=20110129205153-5c91e-4e31b5e6b644496af9eefaf10ce0f57fc6f381ea.gz




More information about the cabal-devel mailing list