packages feed

dbus 0.10.3 → 0.10.4

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: network

API changes (from Hackage documentation)

Files

dbus.cabal view
@@ -1,5 +1,5 @@ name: dbus-version: 0.10.3+version: 0.10.4 license: GPL-3 license-file: license.txt author: John Millikin <jmillikin@gmail.com>@@ -86,7 +86,7 @@ source-repository this   type: bazaar   location: https://john-millikin.com/branches/haskell-dbus/0.10/-  tag: haskell-dbus_0.10.3+  tag: haskell-dbus_0.10.4  flag network-bytestring-610   default: False@@ -124,7 +124,7 @@   if impl(ghc < 6.12)     if flag(network-bytestring-610)       build-depends:-          network >= 2.2.3 && < 2.4+          network >= 2.2.3     else       build-depends:           network >= 2.2 && < 2.2.3@@ -132,7 +132,7 @@   else     if flag(network-bytestring)       build-depends:-          network >= 2.2.3 && < 2.4+          network >= 2.2.3     else       build-depends:           network >= 2.2 && < 2.2.3