summaryrefslogtreecommitdiff
path: root/p/haskell-fdo-notify/debian/patches/loosen-dbus-dep
blob: 956883cb9caae38e2769e29e1d09f35d9a03d5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: older versions work ok
Author: Joey Hess <joeyh@debian.org>

--- haskell-fdo-notify-0.3.1.orig/fdo-notify.cabal
+++ haskell-fdo-notify-0.3.1/fdo-notify.cabal
@@ -21,6 +21,6 @@ library
     build-depends:
         base >= 3 && < 5
       , containers >= 0.1
-      , dbus >= 0.10.7
+      , dbus >= 0.10.4

     exposed-modules: DBus.Notify