summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-22 16:23:41 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-22 16:23:41 -0400
commit8112d0a6978caad2b2852b41b8eb284f9a5d4605 (patch)
tree200a9291c299c26650f7dfa03f7253f2c2c6ef8b /git-annex.cabal
parent05abf0e4e99e7a146505da09d275c56fd0aafad4 (diff)
also drop old dbus compat
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index dc1773224..1f32067b2 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 5.20150420
+Version: 5.20150421
Cabal-Version: >= 1.8
License: GPL-3
Maintainer: Joey Hess <id@joeyh.name>
@@ -183,7 +183,7 @@ Executable git-annex
if (os(linux))
if flag(Dbus)
- Build-Depends: dbus (>= 0.10.3)
+ Build-Depends: dbus (>= 0.10.7)
CPP-Options: -DWITH_DBUS
if flag(DesktopNotify)