packages feed

aeson-yak 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+6/−10 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

aeson-yak.cabal view
@@ -2,18 +2,14 @@ -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                aeson-yak
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Handle JSON that may or may not be a list, or exist
 description:
-  According to the standard promoted by Schema.org, the following are all
-  legally the same object:
-
-  \{ field: [data1, data2] }
-  \{ field: data }
-  \{ }
-
-  This library provides an intermediary data type and supporting functions to
-  help aeson parse and output JSON conforming to this frustrating standard.
+  According to the standard promoted by Schema.org, the same JSON object
+  field may legally contain an array or a single element, be null, or be
+  absent entirely. This library provides an intermediary data type and
+  supporting functions to help aeson parse and output JSON conforming to this
+  frustrating behavior.
 
 homepage:            https://github.com/tejon/aeson-yak
 license:             MIT