dbus 1.4.0 → 1.4.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~QuickCheckPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
+ DBus.Transport: socketTransportOptionBacklog :: TransportOptions SocketTransport -> Int
- DBus.Client: autoProperty :: forall v. IsValue v => MemberName -> Maybe (IO v) -> Maybe (v -> IO ()) -> Property
+ DBus.Client: autoProperty :: IsValue v => MemberName -> Maybe (IO v) -> Maybe (v -> IO ()) -> Property
- DBus.Internal.Types: typeOf :: forall a. IsValue a => a -> Type
+ DBus.Internal.Types: typeOf :: IsValue a => a -> Type
- DBus.Transport: data TransportListener t :: Type;
+ DBus.Transport: data TransportListener t;
- DBus.Transport: data TransportOptions t :: Type;
+ DBus.Transport: data TransportOptions t;
Files
- dbus.cabal +2/−2
dbus.cabal view
@@ -1,5 +1,5 @@ name: dbus-version: 1.4.0+version: 1.4.1 license: Apache-2.0 license-file: license.txt author: John Millikin <john@john-millikin.com>@@ -138,7 +138,7 @@ , network >= 3.2 && < 3.3 , parsec < 3.2 , process < 1.7- , QuickCheck < 2.16+ , QuickCheck < 2.17 , random < 1.4 , resourcet < 1.4 , tasty < 1.6