packages feed

dbus 1.2.6 → 1.2.7

raw patch · 1 files changed

+3/−3 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,6 +1,6 @@ cabal-version: >=1.8 name: dbus-version: 1.2.6+version: 1.2.7 license: Apache-2.0 license-file: license.txt maintainer: Andrey Sverdlichenko <blaze@ruddy.ru>@@ -100,7 +100,7 @@         exceptions <0.11,         filepath <1.5,         lens <4.18,-        network >=2.8.0.0 && <2.9 || >=3.0.1.0 && <3.1,+        network >=2.8.0.0 && <2.9 || >=3.0.1.0 && <3.2,         parsec <3.2,         random <1.2,         split <0.3,@@ -147,7 +147,7 @@         directory <1.4,         extra <1.7,         filepath <1.5,-        network <2.9,+        network >=2.8.0.0 && <2.9 || >=3.0.1.0 && <3.2,         parsec <3.2,         process <1.7,         QuickCheck <2.14,