packages feed

tofromxml 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

tofromxml.cabal view
@@ -1,7 +1,7 @@ name:                tofromxml
-version:             0.1.0.0
-synopsis:            Reading/writing Haskell data from/to XML
-description:         A library for reading/writing Haskell data from/to XML. Only prerequisite is that the data type derives Generic.
+version:             0.1.0.1
+synopsis:            Reading and writing Haskell data from and to XML
+description:         A library for reading and writing Haskell data from and to XML. Only prerequisite is that the data type derives Generic.
 license:             BSD3
 license-file:        LICENSE
 author:              Robert Reitmeier