json-feed 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
- json-feed.cabal +2/−2
- package.yaml +1/−1
- stack.yaml +1/−1
json-feed.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 68f6c36d28945e9c7d3598d1b36d0e835699adb5cae03018c3ea445262285883+-- hash: 5ef018085662ba2c42bf67538b08c353b738ea1a485608a3d1ce1e245f5f285e name: json-feed-version: 1.0.2+version: 1.0.3 synopsis: JSON Feed description: This is an implementation of the JSON Feed spec in Haskell. The spec is available at <https://jsonfeed.org>. JSON Feed is similar to the Atom and RSS feed formats, but it is serialized as JSON rather than XML. category: Web
package.yaml view
@@ -1,5 +1,5 @@ name: json-feed-version: 1.0.2+version: 1.0.3 category: Web description: >
stack.yaml view
@@ -1,1 +1,1 @@-resolver: lts-11.0+resolver: lts-12.0