packages feed

dbus-client 0.4 → 0.4.0.1

raw patch · 2 files changed

+4/−2 lines, 2 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

dbus-client.anansi view
@@ -964,3 +964,5 @@ -- | As 'onSIgnal', except that the proxy's information is used -- to build the match rule. :++\end{document}
dbus-client.cabal view
@@ -1,5 +1,5 @@ name: dbus-client-version: 0.4+version: 0.4.0.1 synopsis: Monadic and object-oriented interfaces to DBus license: GPL-3 license-file: License.txt@@ -29,7 +29,7 @@       base >=3 && < 5     , dbus-core >= 0.8 && < 0.9     , containers >= 0.1 && < 0.4-    , text >= 0.7 && < 0.8+    , text >= 0.7 && < 0.9     , transformers >= 0.2 && < 0.3     , monads-tf >= 0.1 && < 0.2