dbus 0.10.14 → 0.10.15
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- dbus.cabal +1/−1
- tests/DBusTests/Transport.hs +2/−1
dbus.cabal view
@@ -1,5 +1,5 @@ name: dbus-version: 0.10.14+version: 0.10.15 license: GPL-3 license-file: license.txt author: John Millikin <john@john-millikin.com>
tests/DBusTests/Transport.hs view
@@ -247,7 +247,8 @@ ]) assertThrows (\err -> and- [ "getAddrInfo: does not exist" `isInfixOf` transportErrorMessage err+ [ "getAddrInfo" `isInfixOf` transportErrorMessage err+ , "does not exist" `isInfixOf` transportErrorMessage err , transportErrorAddress err == Just addr ]) (transportOpen socketTransportOptions addr)