packages feed

json-feed 2.0.0.5 → 2.0.0.6

raw patch · 1 files changed

+7/−10 lines, 1 filesdep ~aesondep ~basedep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, base, bytestring, network-uri, time

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.5+version: 2.0.0.6  synopsis: JSON Feed description:@@ -40,14 +40,14 @@  common library   build-depends:-    base >= 4.15.0 && < 4.18-    , aeson >= 1.4.7 && < 1.6 || >= 2.0.0 && < 2.2-    , bytestring >= 0.10.12 && < 0.12+    , aeson >= 2.0.3 && < 2.2+    , base >= 4.16.0 && < 4.19+    , bytestring >= 0.11.4 && < 0.12     , mime-types >= 0.1.0 && < 0.2-    , network-uri >= 2.6.3 && < 2.7+    , network-uri >= 2.6.4 && < 2.7     , tagsoup >= 0.14.8 && < 0.15     , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.1-    , time >= 1.9.3 && < 1.13+    , time >= 1.11.1 && < 1.13   default-language: Haskell2010   ghc-options:     -Weverything@@ -56,13 +56,10 @@     -Wno-missed-specialisations     -Wno-missing-deriving-strategies     -Wno-missing-exported-signatures+    -Wno-missing-kind-signatures     -Wno-missing-safe-haskell-mode     -Wno-prepositive-qualified-module     -Wno-unsafe--  if impl(ghc >= 9.2)-    ghc-options:-      -Wno-missing-kind-signatures    if flag(pedantic)     ghc-options: -Werror