json-feed 1.0.4 → 1.0.5
raw patch · 2 files changed
+8/−8 lines, 2 filesdep ~hspecdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec, time
API changes (from Hackage documentation)
Files
- json-feed.cabal +5/−5
- package.yaml +3/−3
json-feed.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 39e251953407fb9edf286c38b90133e0ac6ef865927da30fb29d42c42c5d5db1+-- hash: 1e4b0510e08da0f7d709263ceb9274d3a332448cdd01156603f66f099a7083a1 name: json-feed-version: 1.0.4+version: 1.0.5 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@@ -54,7 +54,7 @@ , network-uri >=2.6.1 && <2.7 , tagsoup >=0.14 && <0.15 , text >=1.2.2 && <1.3- , time >=1.6.0 && <1.9+ , time >=1.6.0 && <1.10 default-language: Haskell2010 test-suite test@@ -70,11 +70,11 @@ , base >=4.9.0 && <4.13 , bytestring >=0.10.8 && <0.11 , filepath >=1.4.1 && <1.5- , hspec >=2.2.3 && <2.6+ , hspec >=2.2.3 && <2.7 , json-feed , mime-types >=0.1.0 && <0.2 , network-uri >=2.6.1 && <2.7 , tagsoup >=0.14 && <0.15 , text >=1.2.2 && <1.3- , time >=1.6.0 && <1.9+ , time >=1.6.0 && <1.10 default-language: Haskell2010
package.yaml view
@@ -1,5 +1,5 @@ name: json-feed-version: 1.0.4+version: 1.0.5 category: Web description: >@@ -26,7 +26,7 @@ network-uri: '>= 2.6.1 && < 2.7' tagsoup: '>= 0.14 && < 0.15' text: '>= 1.2.2 && < 1.3'- time: '>= 1.6.0 && < 1.9'+ time: '>= 1.6.0 && < 1.10' ghc-options: - -Weverything - -Wno-implicit-prelude@@ -40,7 +40,7 @@ test: dependencies: filepath: '>= 1.4.1 && < 1.5'- hspec: '>= 2.2.3 && < 2.6'+ hspec: '>= 2.2.3 && < 2.7' json-feed: -any ghc-options: - -rtsopts