packages feed

json-feed 1.0.8 → 1.0.9

raw patch · 4 files changed

+9/−9 lines, 4 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

LICENSE.markdown view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Taylor Fausak+Copyright (c) 2020 Taylor Fausak  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
json-feed.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.0.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: 26491c1177d78c995211d04ce53d476b91a20751e9d276d4da9f23e282154234+-- hash: 0237ba25ba89ff1d202ca5905037a4f062aecc9f1cfabee0851b168cdcf9c31a  name:           json-feed-version:        1.0.8+version:        1.0.9 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@@ -48,7 +48,7 @@   ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe   build-depends:       aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.5-    , base >=4.9.0 && <4.14+    , base >=4.9.0 && <4.15     , bytestring >=0.10.8 && <0.11     , mime-types >=0.1.0 && <0.2     , network-uri >=2.6.1 && <2.8@@ -69,7 +69,7 @@   ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded   build-depends:       aeson >=0.11.2 && <0.12 || >=1.0.2 && <1.5-    , base >=4.9.0 && <4.14+    , base >=4.9.0 && <4.15     , bytestring >=0.10.8 && <0.11     , filepath >=1.4.1 && <1.5     , hspec >=2.2.3 && <2.8
package.yaml view
@@ -1,5 +1,5 @@ name: json-feed-version: 1.0.8+version: 1.0.9  category: Web description: >@@ -20,7 +20,7 @@  dependencies:   aeson: '>= 0.11.2 && < 0.12 || >= 1.0.2 && < 1.5'-  base: '>= 4.9.0 && < 4.14'+  base: '>= 4.9.0 && < 4.15'   bytestring: '>= 0.10.8 && < 0.11'   mime-types: '>= 0.1.0 && < 0.2'   network-uri: '>= 2.6.1 && < 2.8'
stack.yaml view
@@ -1,1 +1,1 @@-resolver: lts-13.0+resolver: lts-15.4