Cabal revisions of rss-conduit-0.3.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: rss-conduit-version: 0.3.0.0-synopsis: Streaming parser/renderer for the RSS 2.0 standard.-description: Cf README file.-license: PublicDomain-license-file: LICENSE-author: koral-maintainer: koral att mailoo dott org-category: XML, Conduit-build-type: Simple-extra-source-files: README.md-cabal-version: >=1.10--source-repository head- type: git- location: git://github.com/k0ral/rss-conduit.git--library- exposed-modules:- Text.RSS.Conduit.Parse- Text.RSS.Conduit.Render- Text.RSS.Lens- Text.RSS.Types- -- other-modules:- build-depends:- base >= 4.8 && < 5- , conduit- , conduit-combinators- , containers- , safe-exceptions- , lens-simple- , mono-traversable- , safe- , text- , time >= 1.5- , timerep >= 2.0- , uri-bytestring >= 0.2- , xml-conduit >= 1.3- , xml-types- default-language: Haskell2010--test-suite Tests- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Main.hs- other-modules: Arbitrary- build-depends:- rss-conduit- , base >= 4.8 && < 5- , bytestring- , conduit- , conduit-extra- , data-default- , safe-exceptions- , hlint- , lens-simple- , mono-traversable- , QuickCheck- , quickcheck-instances- , resourcet- , tasty- , tasty-hunit- , tasty-quickcheck- , time >= 1.5- , text- , uri-bytestring >= 0.2- , xml-conduit >= 1.3- , xml-types- default-language: Haskell2010+name: rss-conduit +version: 0.3.0.0 +x-revision: 1 +synopsis: Streaming parser/renderer for the RSS 2.0 standard. +description: Cf README file. +license: PublicDomain +license-file: LICENSE +author: koral +maintainer: koral att mailoo dott org +category: XML, Conduit +build-type: Simple +extra-source-files: README.md +cabal-version: >=1.10 + +source-repository head + type: git + location: git://github.com/k0ral/rss-conduit.git + +library + exposed-modules: + Text.RSS.Conduit.Parse + Text.RSS.Conduit.Render + Text.RSS.Lens + Text.RSS.Types + -- other-modules: + build-depends: + base >= 4.8 && < 5 + , conduit + , conduit-combinators + , containers + , safe-exceptions + , lens-simple + , mono-traversable + , safe + , text + , time >= 1.5 + , timerep >= 2.0 + , uri-bytestring >= 0.2 + , xml-conduit >= 1.3 + , xml-types + default-language: Haskell2010 + +test-suite Tests + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Main.hs + other-modules: Arbitrary + build-depends: + rss-conduit + , base >= 4.8 && < 5 + , bytestring + , conduit + , conduit-extra + , data-default + , safe-exceptions + , hlint + , lens-simple + , mono-traversable + , QuickCheck + , quickcheck-instances + , resourcet + , tasty + , tasty-hunit + , tasty-quickcheck + , time >= 1.5 + , text + , uri-bytestring >= 0.2 + , xml-conduit >= 1.3 && < 1.5 + , xml-types + default-language: Haskell2010
revision 2
name: rss-conduit version: 0.3.0.0 -x-revision: 1 +x-revision: 2 synopsis: Streaming parser/renderer for the RSS 2.0 standard. description: Cf README file. license: PublicDomain , time >= 1.5 , timerep >= 2.0 , uri-bytestring >= 0.2 - , xml-conduit >= 1.3 + , xml-conduit >= 1.3 && <1.5 , xml-types default-language: Haskell2010
revision 3
name: rss-conduit version: 0.3.0.0 -x-revision: 2 +x-revision: 3 synopsis: Streaming parser/renderer for the RSS 2.0 standard. description: Cf README file. license: PublicDomain -- other-modules: build-depends: base >= 4.8 && < 5 - , conduit - , conduit-combinators + , conduit < 1.3 + , conduit-combinators < 1.2 , containers , safe-exceptions , lens-simple