Cabal revisions of rss-3000.2.0.7
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 1.12 name: rss version: 3000.2.0.7+x-revision: 1 build-type: Simple copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006 if impl(ghc >= 7.2) default-extensions: Trustworthy - build-depends: base >= 4.3 && < 4.13+ build-depends: base >= 4.3 && < 4.14 , HaXml >= 1.24 && < 1.26 if flag(old-locale) build-depends: time >= 1.1.2 && < 1.5 , old-locale >= 1.0 && < 1.1 else- build-depends: time >= 1.5 && < 1.9+ build-depends: time >= 1.5 && < 1.10 if flag(network-uri) build-depends: network-uri >= 2.6 && < 2.7- , network >= 2.6 && < 2.9+ , network >= 2.6 && < 2.9 || >= 3.0 && < 3.2 else build-depends: network-uri >= 2.5 && < 2.6 , network >= 2.0 && < 2.6
revision 2
-cabal-version: 1.12-name: rss-version: 3000.2.0.7-x-revision: 1--build-type: Simple-copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006-maintainer: hvr@gnu.org-author: Jeremy Shaw, Bjorn Bringert-license: PublicDomain-homepage: https://github.com/hvr/rss-bug-reports: https://github.com/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.-tested-with: GHC==8.6.1, GHC==8.4.3, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4--source-repository head- type: git- location: https://github.com/hvr/rss.git--flag old-locale- description: If false then depend on @time >= 1.5@.- .- If true then depend on @time < 1.5@ together with @old-locale@.- default: False--flag network-uri- description: Get "Network.URI" from the @network-uri@ package- default: True--library- exposed-modules: Text.RSS-- default-language: Haskell2010- other-extensions: CPP- if impl(ghc >= 7.2)- default-extensions: Trustworthy-- build-depends: base >= 4.3 && < 4.14- , HaXml >= 1.24 && < 1.26-- if flag(old-locale)- build-depends: time >= 1.1.2 && < 1.5- , old-locale >= 1.0 && < 1.1- else- build-depends: time >= 1.5 && < 1.10-- if flag(network-uri)- build-depends: network-uri >= 2.6 && < 2.7- , network >= 2.6 && < 2.9 || >= 3.0 && < 3.2- else- build-depends: network-uri >= 2.5 && < 2.6- , network >= 2.0 && < 2.6-- ghc-options: -Wall- if impl(ghc >= 7.10)- ghc-options: -fno-warn-trustworthy-safe+cabal-version: 1.12 +name: rss +version: 3000.2.0.7 +x-revision: 2 + +build-type: Simple +copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006 +maintainer: hvr@gnu.org +author: Jeremy Shaw, Bjorn Bringert +license: PublicDomain +homepage: https://github.com/hvr/rss +bug-reports: https://github.com/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. +tested-with: GHC==8.6.1, GHC==8.4.3, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4 + +source-repository head + type: git + location: https://github.com/hvr/rss.git + +flag old-locale + description: If false then depend on @time >= 1.5@. + . + If true then depend on @time < 1.5@ together with @old-locale@. + default: False + +flag network-uri + description: Get "Network.URI" from the @network-uri@ package + default: True + +library + exposed-modules: Text.RSS + + default-language: Haskell2010 + other-extensions: CPP + if impl(ghc >= 7.2) + default-extensions: Trustworthy + + build-depends: base >= 4.3 && < 4.16 + , HaXml >= 1.24 && < 1.26 + + if flag(old-locale) + build-depends: time >= 1.1.2 && < 1.5 + , old-locale >= 1.0 && < 1.1 + else + build-depends: time >= 1.5 && < 1.10 + + if flag(network-uri) + build-depends: network-uri >= 2.6 && < 2.7 + , network >= 2.6 && < 2.9 || >= 3.0 && < 3.2 + else + build-depends: network-uri >= 2.5 && < 2.6 + , network >= 2.0 && < 2.6 + + ghc-options: -Wall + if impl(ghc >= 7.10) + ghc-options: -fno-warn-trustworthy-safe
revision 3
cabal-version: 1.12 name: rss version: 3000.2.0.7 -x-revision: 2 +x-revision: 3 build-type: Simple copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006 build-depends: time >= 1.1.2 && < 1.5 , old-locale >= 1.0 && < 1.1 else - build-depends: time >= 1.5 && < 1.10 + build-depends: time >= 1.5 && < 1.12 if flag(network-uri) build-depends: network-uri >= 2.6 && < 2.7
revision 4
cabal-version: 1.12 name: rss version: 3000.2.0.7 -x-revision: 3 +x-revision: 4 build-type: Simple copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006 build-depends: time >= 1.1.2 && < 1.5 , old-locale >= 1.0 && < 1.1 else - build-depends: time >= 1.5 && < 1.12 + build-depends: time >= 1.5 && < 1.14 if flag(network-uri) build-depends: network-uri >= 2.6 && < 2.7
revision 5
cabal-version: 1.12 name: rss version: 3000.2.0.7 -x-revision: 4 +x-revision: 5 build-type: Simple copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006 maintainer: hvr@gnu.org author: Jeremy Shaw, Bjorn Bringert license: PublicDomain -homepage: https://github.com/hvr/rss -bug-reports: https://github.com/hvr/rss/issues +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. -tested-with: GHC==8.6.1, GHC==8.4.3, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4 +tested-with: + GHC == 9.2.2 + 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 + GHC == 7.10.3 + GHC == 7.8.4 + GHC == 7.6.3 + GHC == 7.4.2 + GHC == 7.2.2 + GHC == 7.0.4 + source-repository head type: git - location: https://github.com/hvr/rss.git + location: https://github.com/haskell-hvr/rss.git flag old-locale description: If false then depend on @time >= 1.5@. if impl(ghc >= 7.2) default-extensions: Trustworthy - build-depends: base >= 4.3 && < 4.16 + build-depends: base >= 4.3 && < 4.17 , HaXml >= 1.24 && < 1.26 if flag(old-locale) build-depends: time >= 1.1.2 && < 1.5 , old-locale >= 1.0 && < 1.1 else - build-depends: time >= 1.5 && < 1.14 + build-depends: time >= 1.5 && < 1.13 if flag(network-uri) build-depends: network-uri >= 2.6 && < 2.7
revision 6
cabal-version: 1.12 name: rss version: 3000.2.0.7 -x-revision: 5 +x-revision: 6 build-type: Simple copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006 -maintainer: hvr@gnu.org +maintainer: https://github.com/haskell-hvr/rss author: Jeremy Shaw, Bjorn Bringert license: PublicDomain homepage: https://github.com/haskell-hvr/rss description: This library allows you to generate [RSS 2.0](http://www.rssboard.org/rss-specification) feeds. tested-with: - GHC == 9.2.2 + GHC == 9.4.1 + GHC == 9.2.4 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 if impl(ghc >= 7.2) default-extensions: Trustworthy - build-depends: base >= 4.3 && < 4.17 + build-depends: base >= 4.3 && < 4.18 , HaXml >= 1.24 && < 1.26 if flag(old-locale)
revision 7
cabal-version: 1.12 name: rss version: 3000.2.0.7 -x-revision: 6 +x-revision: 7 build-type: Simple copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006 description: This library allows you to generate [RSS 2.0](http://www.rssboard.org/rss-specification) feeds. tested-with: - GHC == 9.4.1 - GHC == 9.2.4 + GHC == 9.6.1 + GHC == 9.4.4 + GHC == 9.2.7 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 if impl(ghc >= 7.2) default-extensions: Trustworthy - build-depends: base >= 4.3 && < 4.18 + build-depends: base >= 4.3 && < 5 , HaXml >= 1.24 && < 1.26 if flag(old-locale)