debian/0000755000000000000000000000000012151616436007173 5ustar debian/watch0000644000000000000000000000036612036247027010227 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|attoparsec-enumerator-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/attoparsec-enumerator \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512036247027010252 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000243412036247027011127 0ustar This package was debianized by Clint Adams on Thu, 02 Jun 2011 14:37:55 -0000 It was downloaded from http://hackage.haskell.org/package/attoparsec-enumerator Upstream Author: John Millikin Copyright: 2010 John Millikin License: 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/0000755000000000000000000000000012036247027010471 5ustar debian/source/format0000644000000000000000000000001412036247027011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616111010364 0ustar 9 debian/control0000644000000000000000000000436312150230070010565 0ustar Source: haskell-attoparsec-enumerator Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-attoparsec-dev (>> 0.10.1.1) , libghc-attoparsec-dev (<< 0.11) , libghc-attoparsec-prof , libghc-enumerator-dev (>> 0.4) , libghc-enumerator-dev (<< 0.5) , libghc-enumerator-prof Build-Depends-Indep: ghc-doc , libghc-attoparsec-doc , libghc-enumerator-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/attoparsec-enumerator Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-attoparsec-enumerator Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-attoparsec-enumerator Package: libghc-attoparsec-enumerator-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb} It allows an Attoparsec parser to receive input incrementally from an enumerator. This could be used for parsing large files or implementing binary network protocols. . ${haskell:Blurb} Package: libghc-attoparsec-enumerator-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb} The library allows an Attoparsec parser to receive input incrementally from an enumerator. This could be used for parsing large files or implementing binary network protocols. . ${haskell:Blurb} Package: libghc-attoparsec-enumerator-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb} The library allows an Attoparsec parser to receive input incrementally from an enumerator. This could be used for parsing large files or implementing binary network protocols. . ${haskell:Blurb} debian/changelog0000644000000000000000000000335712151616436011055 0ustar haskell-attoparsec-enumerator (0.3.1-3build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 30 May 2013 10:34:22 +0100 haskell-attoparsec-enumerator (0.3.1-3) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:51:59 +0200 haskell-attoparsec-enumerator (0.3.1-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:49:51 +0200 haskell-attoparsec-enumerator (0.3.1-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Fri, 19 Oct 2012 18:06:22 +0200 haskell-attoparsec-enumerator (0.3-3) unstable; urgency=low * Update to build against attoparsec 0.10.1.1. -- Joey Hess Mon, 27 Feb 2012 17:09:41 -0400 haskell-attoparsec-enumerator (0.3-2) unstable; urgency=low * Sourceful upload to rebuild documentation package. -- Clint Adams Thu, 09 Feb 2012 14:05:15 -0500 haskell-attoparsec-enumerator (0.3-1) unstable; urgency=low * New upstream version. -- Clint Adams Thu, 08 Dec 2011 11:11:14 -0500 haskell-attoparsec-enumerator (0.2.0.4-2) unstable; urgency=low * Extend attoparsec dependency range -- Joachim Breitner Mon, 05 Dec 2011 19:31:03 +0100 haskell-attoparsec-enumerator (0.2.0.4-1) unstable; urgency=low * Initial release. -- Clint Adams Thu, 02 Jun 2011 10:37:55 -0400