udbus 0.2.2 → 0.2.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- udbus.cabal +2/−2
udbus.cabal view
@@ -1,5 +1,5 @@ Name: udbus-Version: 0.2.2+Version: 0.2.3 Description: Small and flexible implementation of the dbus protocol. License: BSD3 License-file: LICENSE@@ -61,7 +61,7 @@ Main-is: Tests.hs if flag(test) Buildable: True- Build-Depends: base >= 3 && < 5+ Build-Depends: base , QuickCheck >= 2 , test-framework , test-framework-quickcheck2