Revert "avoid pulling in unneeded dependencies when the assistant is disabled"

Cabal does not seem to have a way to check if flag A is set and then, if
flag B is set, add a dep. Instead, it makes flag B get unset if the
dep is not available.
This commit is contained in:
Joey Hess 2013-07-16 11:29:43 -04:00
parent 146338581a
commit 6402f2081e
3 changed files with 22 additions and 21 deletions

2
debian/changelog vendored
View file

@ -6,8 +6,6 @@ git-annex (4.20130710) UNRELEASED; urgency=low
* Rsync.net have committed to support git-annex and offer a special
discounted rate for git-annex users. Updated the webapp to reflect this.
http://www.rsync.net/products/git-annex-pricing.html
* Improve cabal file to avoid unncessary dependencies when building with
the assistant disabled.
-- Joey Hess <joeyh@debian.org> Tue, 09 Jul 2013 19:17:13 -0400