debian/0000755000000000000000000000000012147643052007172 5ustar debian/watch0000644000000000000000000000033012036250673010217 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|MaybeT-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/MaybeT \ ([\d\.]*\d)/ debian/control0000644000000000000000000000427112147627356010612 0ustar Source: haskell-maybet Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Giovanni Mascellani Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.15), cdbs, ghc, ghc-prof, libghc-mtl-dev, libghc-mtl-prof Build-Depends-Indep: ghc-doc, libghc-mtl-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/MaybeT Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-maybet Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-maybet Package: libghc-maybet-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell MaybeT monad transformer${haskell:ShortBlurb} MaybeT is a Haskell monad transformer that adds Maybe semantics to an existing monad, making it able to fail (i.e. return Nothing) or be successful (return the result wrapped in a Just). . If you don't know what a Haskell monad is, you can just ignore this package. . ${haskell:Blurb} Package: libghc-maybet-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell MaybeT monad transformer${haskell:ShortBlurb} MaybeT is a Haskell monad transformer that adds Maybe semantics to an existing monad, making it able to fail (i.e. return Nothing) or be successful (return the result wrapped in a Just). . If you don't know what a Haskell monad is, you can just ignore this package. . ${haskell:Blurb} Package: libghc-maybet-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Description: Haskell MaybeT monad transformer${haskell:ShortBlurb} MaybeT is a Haskell monad transformer that adds Maybe semantics to an existing monad, making it able to fail (i.e. return Nothing) or be successful (return the result wrapped in a Just). . If you don't know what a Haskell monad is, you can just ignore this package. . ${haskell:Blurb} debian/rules0000755000000000000000000000015512036250673010253 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000322712147643052011050 0ustar haskell-maybet (0.1.2-6) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:22 +0200 haskell-maybet (0.1.2-5) experimental; urgency=low * Previous upload should have gone to experimental; fixing -- Joachim Breitner Sun, 21 Oct 2012 15:53:29 +0200 haskell-maybet (0.1.2-5~sid) unstable; urgency=low * Sid-compatible re-upload -- Joachim Breitner Sun, 21 Oct 2012 16:43:31 +0200 haskell-maybet (0.1.2-4) unstable; urgency=low * Bump standards version, no change * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental -- Joachim Breitner Mon, 15 Oct 2012 16:19:26 +0200 haskell-maybet (0.1.2-3) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Joachim Breitner Tue, 07 Feb 2012 23:11:33 +0100 haskell-maybet (0.1.2-2) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Giovanni Mascellani ] * Updated my email address. * Removing doc-base files because of team policy. * Description: removing references to GHC 6. * debian/copyright: copyright years updated. * Standards-Version bumped to 3.9.1 (no changes required). -- Giovanni Mascellani Sat, 16 Apr 2011 17:12:56 +0200 haskell-maybet (0.1.2-1) unstable; urgency=low [ Giovanni Mascellani ] * Initial release. (closes: #576693) [ Joachim Breitner ] * Add Haskell Provides: substvars -- Giovanni Mascellani Wed, 07 Apr 2010 13:56:41 +0200 debian/source/0000755000000000000000000000000012036250673010472 5ustar debian/source/format0000644000000000000000000000001412036250673011700 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616251010371 0ustar 9 debian/copyright0000644000000000000000000000400312036250673011122 0ustar Format-Specification: http://dep.debian.net/deps/dep5 Name: Haskell MaybeT monad transformer Maintainer: Eric Kidd Source: http://hackage.haskell.org/package/MaybeT Files: * Copyright: © 2007, Eric Kidd 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: . * 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. * The names of this library's contributors may not 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. Files: debian/* Copyright: © 2011-2011 Giovanni Mascellani License: GPL-3+ The Debian packaging information is under the GPL, version 3 or later. On Debian GNU/Linux systems, the complete text of the GNU General Public License Version 3 can be found in `/usr/share/common-licenses/GPL-3'.