unjson 0.14 → 0.14.0.1
raw patch · 2 files changed
+9/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +4/−0
- unjson.cabal +5/−5
+ README.md view
@@ -0,0 +1,4 @@+# unjson [](https://hackage.haskell.org/package/unjson) [](http://travis-ci.org/scrive/unjson)++JSON bidirectional parsing and generation with automatic documentation+support.
unjson.cabal view
@@ -2,17 +2,17 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: unjson-version: 0.14+version: 0.14.0.1 synopsis: Bidirectional JSON parsing and generation. description: Bidirectional JSON parsing and generation with automatic documentation support. license: BSD3 license-file: LICENSE-author: Gracjan Polak-maintainer: Gracjan Polak <gracjanpolak@gmail.com>, Mikhail Glushenkov <mikhail@scrive.com>-copyright: Gracjan Polak+author: Scrive AB+maintainer: Gracjan Polak <gracjanpolak@gmail.com>, Jonathan Jouty <jonathan@scrive.com>, Mikhail Glushenkov <mikhail@scrive.com>+copyright: Scrive AB category: Data build-type: Simple--- extra-source-files:+extra-source-files: README.md cabal-version: >=1.18 tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1