dbus-th 0.1.1.0 → 0.1.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- dbus-th.cabal +2/−2
dbus-th.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: dbus-th-version: 0.1.1.0+version: 0.1.1.1 synopsis: TemplateHaskell generator of DBus bindings description: This package provides functions to easily generate bindings for DBus functions. See Test.hs for examples.@@ -22,7 +22,7 @@ build-depends: base > 4 && < 5, containers >= 0.4, syb >= 0.3.6, dbus,- template-haskell >=2.6, text ==0.11.*+ template-haskell >=2.6, text >=0.11 Source-repository head type: git