cabal can now be used to build git-annex.

This is substantially slower than using make, does not build or install
documentation, does not run the test suite, and is not particularly
recommended, but could be useful to some.
This commit is contained in:
Joey Hess 2011-06-30 14:55:03 -04:00
parent b3aaf980e4
commit 56aeeb4565
9 changed files with 96 additions and 27 deletions

4
debian/changelog vendored
View file

@ -10,6 +10,10 @@ git-annex (0.20110611) UNRELEASED; urgency=low
* git-union-merge: New git subcommand, that does a generic union merge
operation, and operates efficiently without touching the working tree.
* --force will cause add, etc, to operate on ignored files.
* cabal can now be used to build git-annex. This is substantially
slower than using make, does not build or install documentation,
does not run the test suite, and is not particularly recommended,
but could be useful to some.
-- Joey Hess <joeyh@debian.org> Mon, 13 Jun 2011 19:53:24 -0400