Fri Nov 11 05:31:13 PST 2011 Duncan Coutts
* Note in the README that you can install using the cabal program
M ./Cabal/README +11
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Wed Nov 16 16:17:19 PST 2011 Duncan Coutts
* Now require mtl-2
M ./cabal-install/cabal-install.cabal -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Fri Dec 16 06:43:55 PST 2011 Andres Loeh
* removing datatype contexts
M ./cabal-install/Distribution/Client/Dependency/TopDown/Constraints.hs -2 +1
M ./cabal-install/Distribution/Client/PackageIndex.hs -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Sun Jan 1 07:32:35 PST 2012 Andres Loeh
* removing trailing whitespace
M ./cabal-install/Distribution/Client/Dependency/TopDown/Constraints.hs -7 +7
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Mon Jan 9 00:09:07 PST 2012 Andres Loeh
* Added a comment.
M ./cabal-install/Distribution/Client/Dependency/Modular/Solver.hs -2 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Tue Jan 10 12:03:56 PST 2012 Andres Loeh
* fix compilation with ghc-7.4
Thanks to Tuncer Ayaz.
M ./cabal-install/Distribution/Client/Dependency/Modular/Dependency.hs -1 +1
M ./cabal-install/Distribution/Client/Dependency/Modular/Log.hs -1 +2
M ./cabal-install/cabal-install.cabal -5 +5
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Tue Jan 10 12:30:53 PST 2012 Andres Loeh
* updating dependencies in bootstrap.sh
Thanks to Tuncer Ayaz.
M ./cabal-install/bootstrap.sh -7 +13
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Tue Feb 7 11:39:58 PST 2012 Thomas Tuegel
* Handle test and benchmark dependencies through the resolver properly.
Previously, test and benchmark dependencies were handled by editing the
package description to include or exclude those stanzas before running
the dependency resolver. Test and benchmark dependencies could only be
installed for source packages because no package description is available
for named packages before dependency resolution.
Now, test and benchmark stanzas are enabled or disabled through constraints
passed to the dependency resolver. This way, we can install dependencies for
the test suites of target packages without propagating '--enable-tests'
through the entire dependency tree; i.e., tests and benchmarks, when enabled,
are built only for target packages. Later, this will allow us to
automatically run test suites and, e.g., install only upon their success.
M ./cabal-install/Distribution/Client/BuildReports/Anonymous.hs -1 +1
M ./cabal-install/Distribution/Client/BuildReports/Storage.hs -2 +2
M ./cabal-install/Distribution/Client/Configure.hs -4 +6
M ./cabal-install/Distribution/Client/Dependency/TopDown.hs -14 +22
M ./cabal-install/Distribution/Client/Dependency/TopDown/Types.hs -3 +5
M ./cabal-install/Distribution/Client/Dependency/Types.hs -1 +2
M ./cabal-install/Distribution/Client/Fetch.hs -1 +1
M ./cabal-install/Distribution/Client/Install.hs -31 +19
M ./cabal-install/Distribution/Client/InstallPlan.hs -4 +3
M ./cabal-install/Distribution/Client/InstallSymlink.hs -3 +3
M ./cabal-install/Distribution/Client/Targets.hs +1
M ./cabal-install/Distribution/Client/Types.hs -3 +19
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Tue Feb 7 11:45:43 PST 2012 Thomas Tuegel
* Update types in modular dependency solver to compile with new test/benchmark dependency constraints.
M ./cabal-install/Distribution/Client/Dependency/Modular/Assignment.hs -3 +6
M ./cabal-install/Distribution/Client/Dependency/Modular/Configured.hs -1 +2
M ./cabal-install/Distribution/Client/Dependency/Modular/ConfiguredConversion.hs -1 +2
M ./cabal-install/Distribution/Client/Dependency/Modular/Explore.hs -10 +10
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Tue Feb 7 11:48:52 PST 2012 Thomas Tuegel
* Don't build benchmarks, even if installing benchmark dependencies.
M ./cabal-install/Distribution/Client/Install.hs -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Tue Feb 7 22:57:01 PST 2012 Thomas Tuegel
* Enable tests and benchmarks in cabal-install without modifications to the Cabal library.
M ./cabal-install/Distribution/Client/Types.hs -5 +12
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Sat Feb 11 07:41:19 PST 2012 Andres Loeh
* Added a missing case.
M ./cabal-install/Distribution/Client/Dependency/Modular.hs +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Sat Feb 11 07:59:29 PST 2012 Andres Loeh
* show optional stanzas when printing install plans
M ./cabal-install/Distribution/Client/Install.hs -1 +11
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Sun Feb 12 03:35:24 PST 2012 Andres Loeh
* stanza support in modular solver
M ./cabal-install/Distribution/Client/Dependency/Modular/Assignment.hs -3 +9
M ./cabal-install/Distribution/Client/Dependency/Modular/Builder.hs -3 +11
M ./cabal-install/Distribution/Client/Dependency/Modular/Dependency.hs -4 +17
M ./cabal-install/Distribution/Client/Dependency/Modular/Explore.hs +15
M ./cabal-install/Distribution/Client/Dependency/Modular/Flag.hs +25
M ./cabal-install/Distribution/Client/Dependency/Modular/IndexConversion.hs -6 +11
M ./cabal-install/Distribution/Client/Dependency/Modular/Message.hs -2 +6
M ./cabal-install/Distribution/Client/Dependency/Modular/Preference.hs -1 +19
M ./cabal-install/Distribution/Client/Dependency/Modular/Tree.hs -1 +15
M ./cabal-install/Distribution/Client/Dependency/Modular/Validate.hs -20 +64
M ./cabal-install/Distribution/Client/Types.hs -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Sun Feb 12 05:43:22 PST 2012 Andres Loeh
* let --reinstall imply --force-reinstalls for targets
M ./cabal-install/Distribution/Client/Install.hs -8 +22
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Mon Feb 13 00:16:41 PST 2012 Andres Loeh
* make test and bench available as user constraints
Saying
cabal install foo --enable-tests
is now equivalent to saying
cabal install foo --constraint="foo test"
The constraint syntax in addition allows to enable tests and benchmarks
for packages that are further down in the dependency chain.
M ./cabal-install/Distribution/Client/Dependency/TopDown.hs -1 +1
M ./cabal-install/Distribution/Client/Targets.hs -1 +15
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Sat Feb 4 12:22:58 PST 2012 Thomas Tuegel
* Automatically run test suites when invoked with 'cabal install --enable-tests'. Do not install if tests fail.
M ./cabal-install/Distribution/Client/BuildReports/Anonymous.hs -1 +3
M ./cabal-install/Distribution/Client/Install.hs -9 +18
M ./cabal-install/Distribution/Client/Types.hs -1 +2
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Thu Feb 16 10:16:22 PST 2012 Thomas Tuegel
* Fixed non-exhaustive pattern matches with new InstallOutcome.
M ./cabal-install/Distribution/Client/BuildReports/Anonymous.hs +2
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Thu Feb 16 10:46:17 PST 2012 Thomas Tuegel
* Don't try to run test suites where none exist.
M ./cabal-install/Distribution/Client/Install.hs -3 +4
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Thu Feb 16 23:28:49 PST 2012 Andres Loeh
* added missing error message
Thanks to Thomas Tuegel for spotting this.
M ./cabal-install/Distribution/Client/Dependency/Modular/Message.hs +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Sat Feb 18 16:55:11 PST 2012 Thomas Tuegel
* Fix 'cabal configure --enable-{tests,benchmarks}'.
'cabal configure' was not adding optional stanza constraints when checking
dependencies, causing '--enable-{tests,benchmarks}' to be silently ignored.
M ./cabal-install/Distribution/Client/Configure.hs +13
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Fri Feb 17 12:14:57 PST 2012 Tuncer Ayaz
* Update cabal-install boostrap.sh package versions
M ./cabal-install/bootstrap.sh -3 +3
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Fri Mar 9 00:30:31 PST 2012 Andres Loeh
* bootstrap with --global should still respect $PREFIX
Thanks to milkypostman for providing the patch. Closes ticket #926.
M ./cabal-install/bootstrap.sh -2 +3
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Fri Oct 14 13:21:34 PDT 2011 Brent Yorgey
* init: improve prompt: 'homepage' field is not for repos.
M ./cabal-install/Distribution/Client/Init.hs -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Fri Oct 14 13:22:10 PDT 2011 Brent Yorgey
* init: improve prompt: enclose y/n in parens
M ./cabal-install/Distribution/Client/Init.hs -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Fri Oct 14 13:22:30 PDT 2011 Brent Yorgey
* init: see whether source directory 'src' exists.
M ./cabal-install/Distribution/Client/Init.hs -6 +14
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Mon Oct 24 22:09:00 PDT 2011 Brent Yorgey
* init: guess at filling in deps in the build-depends: field
M ./cabal-install/Distribution/Client/Init.hs -24 +121
M ./cabal-install/Distribution/Client/Init/Heuristics.hs -7 +45
M ./cabal-install/Distribution/Client/Init/Types.hs +5
M ./cabal-install/Distribution/Client/Setup.hs -1 +3
M ./cabal-install/Main.hs -3 +11
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...
Wed Mar 28 18:33:59 PDT 2012 Duncan Coutts
* Bump version to 0.13.9, the 0.14.0 pre-release version
And depend on the released Cabal-1.14.x
M ./cabal-install/cabal-install.cabal -2 +2
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-branches/cabal-1.14;a=...