packages feed

json-feed 2.0.0.12 → 2.0.0.13

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

json-feed.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: json-feed-version: 2.0.0.12+version: 2.0.0.13 synopsis: JSON Feed description:   This is an implementation of the JSON Feed spec in Haskell. The spec is@@ -36,11 +36,10 @@  flag pedantic   default: False-  description: Enables @-Werror@, which turns warnings into errors.   manual: True  common library-  build-depends: base ^>=4.18.0.0 || ^>=4.19.0.0 || ^>=4.20.0.0+  build-depends: base ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0   default-language: Haskell2010   ghc-options:     -Weverything@@ -75,6 +74,7 @@     text ^>=2.0.2 || ^>=2.1,     time ^>=1.12.2 || ^>=1.14, +  -- cabal-gild: discover source/library   exposed-modules: JsonFeed   hs-source-dirs: source/library