json-feed 2.0.0.18 → 2.0.0.19
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- json-feed.cabal +2/−2
json-feed.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: json-feed-version: 2.0.0.18+version: 2.0.0.19 synopsis: JSON Feed description: This is an implementation of the JSON Feed spec in Haskell. The spec is@@ -66,7 +66,7 @@ library import: library build-depends:- aeson ^>=2.1.2.1 || ^>=2.2.2.0,+ aeson ^>=2.1.2 || ^>=2.2.2 || ^>=2.3.0, bytestring ^>=0.12.0.2, mime-types ^>=0.1.2.0, network-uri ^>=2.6.4.2 || ^>=2.7.0.0,