json-enumerator 0.0.1.1 → 0.0.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- json-enumerator.cabal +2/−2
json-enumerator.cabal view
@@ -1,10 +1,10 @@ name: json-enumerator-version: 0.0.1.1+version: 0.0.1.2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michaels@suite-sol.com> maintainer: Michael Snoyman <michaels@suite-sol.com>-synopsis: Pure-Haskell utilities for dealing with JSON with the enumerator package.+synopsis: Pure-Haskell utilities for dealing with JSON with the enumerator package. (deprecated) description: Provides the ability to render JSON in a streaming manner using the enumerator package. category: JSON, Enumerator