packages feed

json-feed 2.0.0.9 → 2.0.0.10

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basedep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, text

API changes (from Hackage documentation)

Files

json-feed.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: json-feed-version: 2.0.0.9+version: 2.0.0.10  synopsis: JSON Feed description:@@ -41,12 +41,12 @@ common library   build-depends:     , aeson >= 2.0.3 && < 2.3-    , base >= 4.16.0 && < 4.19+    , base >= 4.16.0 && < 4.20     , bytestring >= 0.11.3 && < 0.12     , mime-types >= 0.1.0 && < 0.2     , network-uri >= 2.6.4 && < 2.7     , tagsoup >= 0.14.8 && < 0.15-    , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.1+    , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.2     , time >= 1.11.1 && < 1.13   default-language: Haskell2010   ghc-options: