diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-30 14:55:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-30 14:55:03 -0400 |
commit | 56aeeb4565dd419c315d370f6e648abfe009a7d3 (patch) | |
tree | 224bbf233bc99bd1ac8584dd0ec1b3838de8e920 /debian | |
parent | b3aaf980e460c2287fc1ef2b262685b1879e6ed0 (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8848cf861..277b54259 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |