json-feed 1.0.1 → 1.0.2
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- json-feed.cabal +4/−4
- package.yaml +2/−2
json-feed.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 326a1e427a3541c8810a07d0bbf4ccbe067fa4d71a7613a59630ca73eaf5fd80+-- hash: 68f6c36d28945e9c7d3598d1b36d0e835699adb5cae03018c3ea445262285883 name: json-feed-version: 1.0.1+version: 1.0.2 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@@ -43,7 +43,7 @@ library ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends:- aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.4+ aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.5 , base >=4.9.0 && <4.12 , bytestring >=0.10.8 && <0.11 , mime-types >=0.1.0 && <0.2@@ -64,7 +64,7 @@ tests ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded build-depends:- aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.4+ aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.5 , base >=4.9.0 && <4.12 , bytestring >=0.10.8 && <0.11 , filepath >=1.4.1 && <1.5
package.yaml view
@@ -1,5 +1,5 @@ name: json-feed-version: 1.0.1+version: 1.0.2 category: Web description: >@@ -19,7 +19,7 @@ synopsis: JSON Feed dependencies:- aeson: '>= 0.11.2 && < 0.12 || >= 1.0.2 && < 1.4'+ aeson: '>= 0.11.2 && < 0.12 || >= 1.0.2 && < 1.5' base: '>= 4.9.0 && < 4.12' bytestring: '>= 0.10.8 && < 0.11' mime-types: '>= 0.1.0 && < 0.2'