udbus 0.1 → 0.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~networknew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: network
API changes (from Hackage documentation)
Files
- Network/DBus.hs +1/−1
- udbus.cabal +1/−1
Network/DBus.hs view
@@ -135,7 +135,7 @@ -- | create a new Dbus context from a ini function to create a dbusHandle. withContext :: IO DBusHandle -> DBusContext a -> IO a-withContext ini f = bracket ini close (\h -> evalStateT f (h,1))+withContext ini f = bracket ini Network.DBus.close (\h -> evalStateT f (h,1)) -- | create a new Dbus context on session bus withSession :: DBusContext a -> IO a
udbus.cabal view
@@ -1,5 +1,5 @@ Name: udbus-Version: 0.1+Version: 0.1.1 Description: Small and flexible implementation of the dbus protocol. License: BSD3 License-file: LICENSE