debian/0000755000000000000000000000000012274671203007172 5ustar debian/watch0000644000000000000000000000034412036250351010215 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|html-conduit-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/html-conduit \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000020512036250350010237 0ustar #!/usr/bin/make -f DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000207512036250350011121 0ustar Copyright (c) 2012 Michael Snoyman, http://www.yesodweb.com/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000012036250350010462 5ustar debian/source/format0000644000000000000000000000001312036250350011667 0ustar 3.0 (quilt)debian/compat0000644000000000000000000000000212147620566010375 0ustar 9 debian/control0000644000000000000000000000741512147621355010606 0ustar Source: haskell-html-conduit Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.13) , cdbs , ghc , ghc-prof , libghc-conduit-dev (>= 1.0) , libghc-conduit-dev (<< 1.1) , libghc-conduit-prof , libghc-filesystem-conduit-dev (>= 1.0) , libghc-filesystem-conduit-prof , libghc-resourcet-dev (>> 0.3) , libghc-resourcet-dev (<< 0.5) , libghc-resourcet-prof , libghc-system-filepath-dev (>> 0.4) , libghc-system-filepath-dev (<< 0.5) , libghc-system-filepath-prof , libghc-tagstream-conduit-dev (>> 0.4) , libghc-tagstream-conduit-dev (<< 0.6) , libghc-tagstream-conduit-prof , libghc-text-dev , libghc-text-prof , libghc-transformers-dev , libghc-transformers-prof , libghc-xml-conduit-dev (>> 1.1) , libghc-xml-conduit-dev (<< 1.2) , libghc-xml-conduit-prof , libghc-xml-types-dev (>> 0.3) , libghc-xml-types-dev (<< 0.4) , libghc-xml-types-prof , libghc-hspec-dev (>> 1.3) , libghc-hunit-dev Build-Depends-Indep: ghc-doc , libghc-conduit-doc , libghc-filesystem-conduit-doc , libghc-resourcet-doc , libghc-system-filepath-doc , libghc-tagstream-conduit-doc , libghc-text-doc , libghc-transformers-doc , libghc-xml-conduit-doc , libghc-xml-types-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/html-conduit Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-html-conduit Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-html-conduit Package: libghc-html-conduit-dev Architecture: any Depends: ${shlibs:Depends} , ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: parse HTML documents using xml-conduit datatypes html-conduit 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. . This package contains the normal library files. Package: libghc-html-conduit-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: parse HTML documents using xml-conduit datatypes; profiling libraries html-conduit 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. . This package contains the libraries compiled with profiling enabled. Package: libghc-html-conduit-doc Architecture: all Section: doc Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: parse HTML documents using xml-conduit datatypes; documentation html-conduit 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. . This package contains the documentation files. debian/changelog0000644000000000000000000000406112274671203011045 0ustar haskell-html-conduit (1.1.0-2build6) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Thu, 06 Feb 2014 11:31:15 +0000 haskell-html-conduit (1.1.0-2build5) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Sun, 22 Dec 2013 14:31:15 +0000 haskell-html-conduit (1.1.0-2build4) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 30 Nov 2013 15:20:40 +0000 haskell-html-conduit (1.1.0-2build3) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 26 Nov 2013 09:39:05 +0000 haskell-html-conduit (1.1.0-2build2) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sun, 27 Oct 2013 07:43:43 -0700 haskell-html-conduit (1.1.0-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Mon, 17 Jun 2013 20:22:10 +0100 haskell-html-conduit (1.1.0-2) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:51:03 +0200 haskell-html-conduit (1.1.0-1) experimental; urgency=low * New upstream release (Closes: #704663) -- Joachim Breitner Thu, 04 Apr 2013 11:08:03 +0200 haskell-html-conduit (0.1.0.4-1) experimental; urgency=low * New upstream release -- Joachim Breitner Wed, 13 Feb 2013 17:51:01 +0100 haskell-html-conduit (0.1.0.2-1) experimental; urgency=low [ Joachim Breitner ] * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Bump standards version, no change [ Clint Adams ] * New upstream version. -- Clint Adams Sat, 20 Oct 2012 21:37:47 -0400 haskell-html-conduit (0.0.1-2) unstable; urgency=low * Fix descriptions. -- Clint Adams Sat, 30 Jun 2012 06:43:53 -0400 haskell-html-conduit (0.0.1-1) unstable; urgency=low * Initial release. -- Clint Adams Tue, 19 Jun 2012 07:21:45 -0400