debian/0000755000000000000000000000000012147643047007176 5ustar debian/watch0000644000000000000000000000033412036250643010220 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|ListLike-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/ListLike \ ([\d\.]*\d)/ debian/control0000644000000000000000000000540712147627355010613 0ustar Source: haskell-listlike Section: haskell Priority: optional Maintainer: Debian Haskell Group Uploaders: TANIGUCHI Takaki Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15), ghc, ghc-prof, ghc-doc Standards-Version: 3.9.4 Homepage: http://software.complete.org/listlike #Vcs-Git: git://git.debian.org/collab-maint/haskell-listlike.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/haskell-listlike.git;a=summary Package: libghc-listlike-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Suggests: ${haskell:Suggests} Description: Generic support for list-like structures${haskell:ShortBlurb} Generic support for list-like structures in Haskell. . The ListLike module provides a common interface to the various Haskell types that are list-like. Predefined interfaces include standard Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom types can easily be made ListLike instances as well. . ListLike also provides for String-like types, such as String and ByteString, for types that support input and output, and for types that can handle infinite lists. . ${haskell:Blurb} Package: libghc-listlike-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Suggests: ${haskell:Suggests} Description: Generic support for list-like structures${haskell:ShortBlurb} Generic support for list-like structures in Haskell. . The ListLike module provides a common interface to the various Haskell types that are list-like. Predefined interfaces include standard Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom types can easily be made ListLike instances as well. . ListLike also provides for String-like types, such as String and ByteString, for types that support input and output, and for types that can handle infinite lists. . ${haskell:Blurb} Package: libghc-listlike-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Generic support for list-like structures${haskell:ShortBlurb} Generic support for list-like structures in Haskell. . The ListLike module provides a common interface to the various Haskell types that are list-like. Predefined interfaces include standard Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom types can easily be made ListLike instances as well. . ListLike also provides for String-like types, such as String and ByteString, for types that support input and output, and for types that can handle infinite lists. . ${haskell:Blurb} debian/rules0000755000000000000000000000024512036250643010250 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk # Add here any variable or target overrides you need. debian/changelog0000644000000000000000000000337612147643047011061 0ustar haskell-listlike (3.1.7.1-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:19 +0200 haskell-listlike (3.1.7.1-1) experimental; urgency=low * New upstream release -- Joachim Breitner Sun, 02 Dec 2012 22:15:41 +0100 haskell-listlike (3.1.6-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * New upstream release -- Joachim Breitner Fri, 19 Oct 2012 23:01:48 +0200 haskell-listlike (3.1.4-2) experimental; urgency=low * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:01:27 +0200 haskell-listlike (3.1.4-1) unstable; urgency=low * New upstream release -- Joachim Breitner Sat, 04 Feb 2012 12:06:55 +0100 haskell-listlike (3.1.2-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Tue, 20 Sep 2011 11:02:23 +0900 haskell-listlike (3.1.1-2) unstable; urgency=low * Build with new haskell-iteratee. -- TANIGUCHI Takaki Tue, 21 Jun 2011 09:29:38 +0900 haskell-listlike (3.1.1-1) unstable; urgency=low * New upstream release -- TANIGUCHI Takaki Mon, 20 Jun 2011 11:36:37 +0900 haskell-listlike (3.1.0-1) unstable; urgency=low * New upstream release * Use ghc instead of ghc 6. * debian/copyright: Update information. -- TANIGUCHI Takaki Mon, 11 Apr 2011 16:32:48 +0900 haskell-listlike (2.0.1-1) unstable; urgency=low * Initial release (Closes: #607161) -- TANIGUCHI Takaki Wed, 15 Dec 2010 11:53:08 +0900 debian/source/0000755000000000000000000000000012036250643010467 5ustar debian/source/format0000644000000000000000000000001412036250643011675 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147620642010370 0ustar 9 debian/copyright0000644000000000000000000000337412036250643011131 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: ListLike Upstream-Contact: John Lato Source: http://hackage.haskell.org/package/ListLike Files: * Copyright: Copyright (c) 2007-2010 John Goerzen License: BSD-3-clause Files: debian/* Copyright: 2010-2011, TANIGUCHI Takaki License: BSD-3-clause License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the name of the author nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/docs0000644000000000000000000000000712036250643010037 0ustar README