debian/0000755000000000000000000000000012257123157007173 5ustar debian/watch0000644000000000000000000000020112237566377010232 0ustar version=3 http://hackage.haskell.org/package/profunctors/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000015512237566377010271 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000475412237566376011154 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: profunctors Upstream-Contact: Edward A. Kmett Source: http://hackage.haskell.org/package/profunctors Files: * Copyright: 2011 Edward Kmett License: BSD3 Files: debian/* Copyright: 2012 Clint Adams License: ISC License: BSD3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * 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. . * Neither the name of Joseph Adams nor the names of other contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 COPYRIGHT OWNER 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. License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/source/0000755000000000000000000000000012237566377010510 5ustar debian/source/format0000644000000000000000000000001412237566377011716 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012237566377010637 5ustar debian/patches/0001-remove-unnecessay-ghci-build-dep.patch0000644000000000000000000000153012237566377020460 0ustar From e5cd465d18d2a47f7a69311692f232400dae3732 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 13 Oct 2013 00:25:48 -0400 Subject: [PATCH] remove unnecessay ghci build dep --- debian/control | 1 - src/Data/Profunctor/Unsafe.hs | 3 --- 2 files changed, 4 deletions(-) Index: haskell-profunctors-3.3/src/Data/Profunctor/Unsafe.hs =================================================================== --- haskell-profunctors-3.3.orig/src/Data/Profunctor/Unsafe.hs 2013-10-13 10:55:50.579562315 +0200 +++ haskell-profunctors-3.3/src/Data/Profunctor/Unsafe.hs 2013-10-13 10:55:50.579562315 +0200 @@ -40,9 +40,6 @@ import Prelude hiding (id,(.),sequence) import Unsafe.Coerce -{-# ANN module "Hlint: ignore Redundant lambda" #-} -{-# ANN module "Hlint: ignore Collapse lambdas" #-} - infixr 9 #. infixl 8 .# debian/patches/series0000644000000000000000000000005412237566377012053 0ustar 0001-remove-unnecessay-ghci-build-dep.patch debian/compat0000644000000000000000000000000212237566376010405 0ustar 9 debian/control0000644000000000000000000000424312237566636010614 0ustar Source: haskell-profunctors 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-comonad-dev (>> 4) , libghc-comonad-dev (<< 5) , libghc-comonad-prof , libghc-semigroupoids-dev (>> 4) , libghc-semigroupoids-dev (<< 5) , libghc-semigroupoids-prof , libghc-tagged-dev (>> 0.4.4) , libghc-tagged-dev (<< 1) , libghc-tagged-prof , libghc-transformers-dev (>> 0.2) , libghc-transformers-dev (<< 0.4) , libghc-transformers-prof Build-Depends-Indep: ghc-doc , libghc-comonad-doc , libghc-semigroupoids-doc , libghc-tagged-doc , libghc-transformers-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/profunctors Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-profunctors Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-profunctors Package: libghc-profunctors-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell 98 Profunctors${haskell:ShortBlurb} Profunctors are a generalization of relations and also of bimodules. They are related to the notion of correspondences. . ${haskell:Blurb} Package: libghc-profunctors-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell 98 Profunctors${haskell:ShortBlurb} Profunctors are a generalization of relations and also of bimodules. They are related to the notion of correspondences. . ${haskell:Blurb} Package: libghc-profunctors-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Haskell 98 Profunctors${haskell:ShortBlurb} Profunctors are a generalization of relations and also of bimodules. They are related to the notion of correspondences. . ${haskell:Blurb} debian/changelog0000644000000000000000000000270712257123157011053 0ustar haskell-profunctors (4.0.1-1build3) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Thu, 26 Dec 2013 21:58:07 +0000 haskell-profunctors (4.0.1-1build2) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 12 Dec 2013 15:50:26 +0000 haskell-profunctors (4.0.1-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Fri, 29 Nov 2013 12:52:36 +0000 haskell-profunctors (4.0.1-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 09 Nov 2013 21:18:54 -0500 haskell-profunctors (3.3-3) unstable; urgency=low * Adjust watch file to new hackage layout * Build without GHCi, thx to Joey Hess for the patch (Closes: #726177) -- Joachim Breitner Sun, 13 Oct 2013 11:02:49 +0200 haskell-profunctors (3.3-2) unstable; urgency=low [ Colin Watson ] * Build-depend on ghc-ghci, due to use of annotations. [ Joachim Breitner ] * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Sat, 25 May 2013 11:17:55 +0200 haskell-profunctors (3.3-1) experimental; urgency=low * New upstream version. -- Clint Adams Fri, 08 Feb 2013 23:35:26 -0500 haskell-profunctors (3.0-1) experimental; urgency=low * Initial release. -- Clint Adams Wed, 28 Nov 2012 19:10:59 -0500