debian/0000755000000000000000000000000012257033345007172 5ustar debian/watch0000644000000000000000000000017512237562135010230 0ustar version=3 http://hackage.haskell.org/package/comonad/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000020512237562477010262 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/copyright0000644000000000000000000000332212237562135011127 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: comonad Maintainer: Edward A. Kmett Source: http://hackage.haskell.org/package/comonad Copyright: (C) 2008-2011 Edward Kmett (C) 2004-2008 Dave Menendez License: BSD All rights reserved. . 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 AUTHORS ``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/source/0000755000000000000000000000000012237562135010474 5ustar debian/source/format0000644000000000000000000000001412237562135011702 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012237563520010622 5ustar debian/patches/doctest-builddir.diff0000644000000000000000000000064112237563520014716 0ustar --- a/tests/doctests.hsc +++ b/tests/doctests.hsc @@ -54,9 +54,9 @@ main :: IO () main = withUnicode $ getSources >>= \sources -> doctest $ "-isrc" - : "-idist/build/autogen" + : "-idist-ghc/build/autogen" : "-optP-include" - : "-optPdist/build/autogen/cabal_macros.h" + : "-optPdist-ghc/build/autogen/cabal_macros.h" : "-hide-all-packages" : "-Iincludes" : map ("-package="++) deps ++ sources debian/patches/series0000644000000000000000000000002612237563500012033 0ustar doctest-builddir.diff debian/compat0000644000000000000000000000000212237562135010372 0ustar 9 debian/control0000644000000000000000000000414112237563427010604 0ustar Source: haskell-comonad Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Iulian Udrea Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-contravariant-dev (>= 0.2.0.1) , libghc-contravariant-dev (<< 1) , libghc-contravariant-prof , libghc-distributive-dev (>= 0.2.2) , libghc-distributive-dev (<< 1) , libghc-distributive-prof , libghc-mtl-dev (>= 2.0) , libghc-mtl-dev (<< 2.2) , libghc-mtl-prof , libghc-semigroups-dev (>= 0.8.3.1) , libghc-semigroups-dev (<< 1) , libghc-semigroups-prof , libghc-tagged-dev (>= 0.1) , libghc-tagged-dev (<< 1) , libghc-tagged-prof , libghc-transformers-dev (>= 0.2) , libghc-transformers-dev (<< 0.4) , libghc-transformers-prof , libghc-doctest-dev (>> 0.9.1) Build-Depends-Indep: ghc-doc , libghc-contravariant-doc , libghc-distributive-doc , libghc-mtl-doc , libghc-semigroups-doc , libghc-tagged-doc , libghc-transformers-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/comonad Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-comonad Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-comonad Package: libghc-comonad-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell 98 comonads${haskell:ShortBlurb} Haskell 98 comonads . ${haskell:Blurb} Package: libghc-comonad-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell 98 comonads${haskell:ShortBlurb} Haskell 98 comonads . ${haskell:Blurb} Package: libghc-comonad-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Haskell 98 comonads${haskell:ShortBlurb} Haskell 98 comonads . ${haskell:Blurb} debian/changelog0000644000000000000000000000366712257033345011060 0ustar haskell-comonad (4.0-1build3) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Thu, 26 Dec 2013 14:02:13 +0000 haskell-comonad (4.0-1build2) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Mon, 09 Dec 2013 10:43:04 +0000 haskell-comonad (4.0-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Fri, 29 Nov 2013 11:07:36 +0000 haskell-comonad (4.0-1) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout [ Clint Adams ] * New upstream version. * Enable test suite. -- Clint Adams Sat, 09 Nov 2013 20:45:46 -0500 haskell-comonad (3.0.1.1-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:10 +0200 haskell-comonad (3.0.1.1-1) experimental; urgency=low * New upstream version. -- Clint Adams Sat, 09 Feb 2013 11:02:27 -0500 haskell-comonad (3.0.0.2-1) experimental; urgency=low * New upstream release -- Joachim Breitner Wed, 17 Oct 2012 20:08:10 +0200 haskell-comonad (1.1.1.5-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:00:28 +0200 haskell-comonad (1.1.1.5-1) unstable; urgency=low * New upstream release -- Joachim Breitner Thu, 17 May 2012 12:41:57 +0200 haskell-comonad (1.1.1.1-2) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Joachim Breitner Sat, 04 Feb 2012 19:38:32 +0100 haskell-comonad (1.1.1.1-1) unstable; urgency=low * Initial release. -- Iulian Udrea Fri, 02 Sep 2011 23:24:16 +0100