Cabal revisions of html-conduit-1.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: html-conduit-Version: 1.1.1-Synopsis: Parse HTML documents using xml-conduit datatypes.-Description: This package uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags.-Homepage: https://github.com/snoyberg/xml-License: MIT-License-file: LICENSE-Author: Michael Snoyman-Maintainer: michael@snoyman.com-Category: Web, Text, Conduit-Build-type: Simple-Extra-source-files: test/main.hs-Cabal-version: >=1.8--Library- Exposed-modules: Text.HTML.DOM- Build-depends: base >= 4 && < 5- , transformers- , bytestring- , containers- , text- , resourcet >= 0.3 && < 1.2- , conduit >= 1.0 && < 1.3- , conduit-extra- , system-filepath >= 0.4 && < 0.5- , xml-conduit >= 1.1 && < 1.3- , tagstream-conduit >= 0.4 && < 0.6- , xml-types >= 0.3 && < 0.4--test-suite test- type: exitcode-stdio-1.0- main-is: main.hs- hs-source-dirs: test- build-depends: base- , hspec >= 1.3- , HUnit- , xml-conduit- , html-conduit- , bytestring- , containers--source-repository head- type: git- location: git://github.com/snoyberg/xml.conduit+Name: html-conduit +Version: 1.1.1 +x-revision: 1 +Synopsis: Parse HTML documents using xml-conduit datatypes. +Description: This package uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags. +Homepage: https://github.com/snoyberg/xml +License: MIT +License-file: LICENSE +Author: Michael Snoyman +Maintainer: michael@snoyman.com +Category: Web, Text, Conduit +Build-type: Simple +Extra-source-files: test/main.hs +Cabal-version: >=1.8 + +Library + Exposed-modules: Text.HTML.DOM + Build-depends: base >= 4 && < 5 + , transformers + , bytestring + , containers + , text + , resourcet >= 0.3 && < 1.2 + , conduit >= 1.0 && < 1.3 + , conduit-extra >= 1.1.1 + , system-filepath >= 0.4 && < 0.5 + , xml-conduit >= 1.1 && < 1.3 + , tagstream-conduit >= 0.4 && < 0.6 + , xml-types >= 0.3 && < 0.4 + +test-suite test + type: exitcode-stdio-1.0 + main-is: main.hs + hs-source-dirs: test + build-depends: base + , hspec >= 1.3 + , HUnit + , xml-conduit + , html-conduit + , bytestring + , containers + +source-repository head + type: git + location: git://github.com/snoyberg/xml.conduit