property-list 0.0.0.1 → 0.0.0.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~HaXmldep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HaXml, base
API changes (from Hackage documentation)
Files
- property-list.cabal +3/−3
property-list.cabal view
@@ -1,5 +1,5 @@ name: property-list-version: 0.0.0.1+version: 0.0.0.1.1 stability: experimental license: PublicDomain @@ -19,11 +19,11 @@ exposed-modules: Data.PropertyList other-modules: Data.PropertyList.Xml Data.PropertyList.Xml.Dtd- build-depends: base >= 3,+ build-depends: base >= 3 && <5, bytestring, containers, dataenc,- HaXml,+ HaXml >= 1.19, old-locale, pretty, time,