packages feed

derulo 2.0.0.2 → 2.0.0.3

raw patch · 2 files changed

+7/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.markdown view
@@ -4,6 +4,8 @@ [![Hackage](https://img.shields.io/hackage/v/derulo)](https://hackage.haskell.org/package/derulo) [![Stackage](https://www.stackage.org/package/derulo/badge/nightly?label=stackage)](https://www.stackage.org/package/derulo) +:warning: This package is not maintained anymore.+ Derulo is a Haskell library and executable that parses and renders JSON simply. It has extensive documentation [on Hackage][]. 
derulo.cabal view
@@ -1,10 +1,13 @@ cabal-version: 2.2  name: derulo-version: 2.0.0.2+version: 2.0.0.3  synopsis: Parse and render JSON simply.-description: Derulo parses and renders JSON simply.+description:+  Warning: This package is not maintained anymore.+  .+  Derulo parses and renders JSON simply.  build-type: Simple category: JSON