derulo 1.0.2 → 1.0.3
raw patch · 3 files changed
+4/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- derulo.cabal +2/−2
- package.yaml +1/−1
- stack.yaml +1/−1
derulo.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 593aa49d925590682eefd4f2ec661a68319f7ccb59930960b740e308f746324f+-- hash: 824726432c19b92d9609ca5517cbf32015d27879a037ff09aa25d328c78ebbe5 name: derulo-version: 1.0.2+version: 1.0.3 synopsis: Parse and render JSON simply. description: Derulo parses and renders JSON simply. category: JSON
package.yaml view
@@ -1,5 +1,5 @@ name: derulo-version: 1.0.2+version: 1.0.3 category: JSON description: Derulo parses and renders JSON simply.
stack.yaml view
@@ -1,1 +1,1 @@-resolver: lts-11.0+resolver: lts-12.0