debian/0000755000000000000000000000000012150231261007157 5ustar debian/copyright0000644000000000000000000000711112036251726011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: transformers Maintainer: Ross Paterson Source: http://hackage.haskell.org/packages/archive/transformers Files: Control/Monad/Identity.hs Copyright: 2001, Andy Gill 2001, Oregon Graduate Institute of Science and Technology 2003-2006, Jeff Newbern 2006, Andriy Palamarchuk License: The Glasgow Haskell Compiler License Files: Control/Monad/Trans.hs, Control/Monad/Trans/List.hs, Control/Monad/Trans/Reader.hs, Control/Monad/Trans/RWS.hs, Control/Monad/Trans/RWS/*, Control/Monad/Trans/State.hs, Control/Monad/Trans/State/*, Control/Monad/Trans/Writer.hs, Control/Monad/Trans/Writer/* Copyright: 2001, Andy Gill 2001, Oregon Graduate Institute of Science and Technology License: The Glasgow Haskell Compiler License Files: Control/Monad/Trans/Cont.hs Copyright: 2001, The University of Glasgow License: The Glasgow Haskell Compiler License Files: Control/Monad/Trans/Error.hs Copyright: 2001, Michael Weber 2003-2006, Jeff Newbern 2006, Andriy Palamarchuk License: The Glasgow Haskell Compiler License Files: Control/Monad/Trans/Identity.hs Copyright: 2007, Magnus Therning License: The Glasgow Haskell Compiler License Files: Control/Monad/Trans/Maybe.hs Copyright: 2007, Yitzak Gale, Eric Kidd License: The Glasgow Haskell Compiler License Files: * Copyright: Ross Paterson License: The Glasgow Haskell Compiler License License: The Glasgow Haskell Compiler License Copyright 2004, The University Court of the University of Glasgow. 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. . - Neither name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW AND 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 UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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: 2010, Ernesto Hernández-Novich (USB) License: GPL-3+ License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3' debian/watch0000644000000000000000000000037712036251726010232 0ustar # See uscan(1) for format version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|transformers-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/transformers \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616345010375 0ustar 9 debian/control0000644000000000000000000000500712150230200010554 0ustar Source: haskell-transformers Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Ernesto Hernández-Novich (USB) Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15), ghc, ghc-prof Build-Depends-Indep: ghc-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/transformers Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-transformers Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-transformers Package: libghc-transformers-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell monad transformer library${haskell:ShortBlurb} Haskell 98 part of a monad transformer library, inspired by the paper "Functional Programming with Overloading and Higher-Order Polymorphism", by Mark P Jones, in Advanced School of Functional Programming, 1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). . This part contains the monad transformer class, the concrete monad transformers, operations and liftings. . ${haskell:Blurb} Package: libghc-transformers-prof Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell monad transformer library${haskell:ShortBlurb} Haskell 98 part of a monad transformer library, inspired by the paper "Functional Programming with Overloading and Higher-Order Polymorphism", by Mark P Jones, in Advanced School of Functional Programming, 1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). . This part contains the monad transformer class, the concrete monad transformers, operations and liftings. . ${haskell:Blurb} Package: libghc-transformers-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Haskell monad transformer library${haskell:ShortBlurb} Haskell 98 part of a monad transformer library, inspired by the paper "Functional Programming with Overloading and Higher-Order Polymorphism", by Mark P Jones, in Advanced School of Functional Programming, 1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). . This part contains the monad transformer class, the concrete monad transformers, operations and liftings. . ${haskell:Blurb} debian/rules0000755000000000000000000000022312036251726010247 0ustar #!/usr/bin/make -f DEB_BUILD_DEPENDENCIES = build-arch include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000424012150231261011031 0ustar haskell-transformers (0.3.0.0-5) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:49 +0200 haskell-transformers (0.3.0.0-4) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:47:05 +0200 haskell-transformers (0.3.0.0-3) experimental; urgency=low * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:02:17 +0200 haskell-transformers (0.3.0.0-2) experimental; urgency=low * Depend on haskell-devscripts (>= 0.8.13), to ensure it is built against experimental -- Joachim Breitner Mon, 08 Oct 2012 19:16:26 +0000 haskell-transformers (0.3.0.0-1) unstable; urgency=low * New upstream release -- Joachim Breitner Fri, 25 May 2012 09:37:40 +0200 haskell-transformers (0.2.2.0-4) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Joachim Breitner Sat, 04 Feb 2012 13:24:31 +0100 haskell-transformers (0.2.2.0-3) unstable; urgency=low * no longer hide the package. Thanks to Anders Kaseorg for the heads-up (Closes: #626985) -- Joachim Breitner Thu, 02 Jun 2011 23:16:07 +0200 haskell-transformers (0.2.2.0-2) unstable; urgency=low * Upload to unstable -- Joachim Breitner Sat, 26 Mar 2011 21:57:06 +0530 haskell-transformers (0.2.2.0-1) experimental; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream relase (proposed platform version) * Bump standards version, no change -- Joachim Breitner Fri, 04 Mar 2011 10:31:47 +0530 haskell-transformers (0.2.1.0-1) unstable; urgency=low * New upstream release. -- Ernesto Hernández-Novich (USB) Wed, 05 May 2010 13:41:13 -0430 haskell-transformers (0.1.4.0-1) unstable; urgency=low * Initial release (Closes: 572906). -- Ernesto Hernández-Novich (USB) Wed, 10 Mar 2010 07:53:36 -0430 debian/source/0000755000000000000000000000000012036251726010472 5ustar debian/source/format0000644000000000000000000000001412036251726011700 0ustar 3.0 (quilt)