cabal-version: 1.18 -- Version 1.18 needed for extra-doc-files name: rss version: 3000.2.0.8 build-type: Simple copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006 maintainer: https://github.com/haskell-hvr/rss author: Jeremy Shaw, Bjorn Bringert license: PublicDomain homepage: https://github.com/haskell-hvr/rss bug-reports: https://github.com/haskell-hvr/rss/issues synopsis: A library for generating RSS 2.0 feeds. category: RSS description: This library allows you to generate [RSS 2.0](http://www.rssboard.org/rss-specification) feeds. extra-doc-files: README.md CHANGELOG.md tested-with: GHC == 9.10.0 GHC == 9.8.2 GHC == 9.6.4 GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 GHC == 8.6.5 GHC == 8.4.4 GHC == 8.2.2 GHC == 8.0.2 source-repository head type: git location: https://github.com/haskell-hvr/rss.git library exposed-modules: Text.RSS default-language: Haskell2010 default-extensions: Trustworthy build-depends: base >= 4.9 && < 5 , HaXml >= 1.24 && < 1.26 , network-uri >= 2.6 && < 2.7 , time >= 1.5 && < 1.14 ghc-options: -Wall -Wno-trustworthy-safe