packages feed

json-feed 1.0.5 → 1.0.6

raw patch · 3 files changed

+6/−6 lines, 3 filesdep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hspec

API changes (from Hackage documentation)

Files

json-feed.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 1e4b0510e08da0f7d709263ceb9274d3a332448cdd01156603f66f099a7083a1+-- hash: 340575326e3291cffb5ae4909726ffeaceabd35d5542fe9fead22d9968a5eae2  name:           json-feed-version:        1.0.5+version:        1.0.6 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@@ -70,7 +70,7 @@     , base >=4.9.0 && <4.13     , bytestring >=0.10.8 && <0.11     , filepath >=1.4.1 && <1.5-    , hspec >=2.2.3 && <2.7+    , hspec >=2.2.3 && <2.8     , json-feed     , mime-types >=0.1.0 && <0.2     , network-uri >=2.6.1 && <2.7
package.yaml view
@@ -1,5 +1,5 @@ name: json-feed-version: 1.0.5+version: 1.0.6  category: Web description: >@@ -40,7 +40,7 @@   test:     dependencies:       filepath: '>= 1.4.1 && < 1.5'-      hspec: '>= 2.2.3 && < 2.7'+      hspec: '>= 2.2.3 && < 2.8'       json-feed: -any     ghc-options:       - -rtsopts
stack.yaml view
@@ -1,1 +1,1 @@-resolver: nightly-2018-11-01+resolver: lts-13.0