debian/0000755000000000000000000000000012150231240007154 5ustar debian/copyright0000644000000000000000000000137612036250764011135 0ustar This package was debianised by Ian Lynagh on Fri, 13 Oct 2006. All of the Debian packaging scripts are released into the public domain. It was downloaded from http://hackage.haskell.org/packages/archive/mtl/1.1.0.0/mtl-1.1.0.0.tar.gz Upstream Author: Andy Gill Copyright (c) 2001, Andy Gill Copyright (c) 2001, Oregon Graduate Institute of Science and Technology Copyright (c) 2001, Michael Weber Copyright (c) 2001, 2004, The University Court of the University of Glasgow Copyright (c) 2003-2007, Jeff Newbern Copyright (c) 2006, 2007, Andriy Palamarchuk Copyrigth (c) 2008, Ian Lynagh, Donald Stewart All rights reserved. BSD licenced. The complete text of the BSD license can be found in /usr/share/common-licenses/BSD on Debian systems. debian/watch0000644000000000000000000000032212036250764010221 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|mtl-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/mtl \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616257010377 0ustar 9 debian/control0000644000000000000000000000417412150230150010564 0ustar Source: haskell-mtl Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.15), ghc, ghc-doc, ghc-prof, libghc-transformers-dev (>= 0.3), libghc-transformers-dev (<< 0.4), libghc-transformers-prof, libghc-transformers-doc, cdbs Homepage: http://hackage.haskell.org/package/mtl Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mtl Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mtl Package: libghc-mtl-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell monad transformer library for GHC${haskell:ShortBlurb} MTL is a monad transformer library, inspired by the paper "Functional Programming with Overloading and Higher-Order Polymorphism", by Mark P Jones (), Advanced School of Functional Programming, 1995. . ${haskell:Blurb} Package: libghc-mtl-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell monad transformer library for GHC${haskell:ShortBlurb} MTL is a monad transformer library, inspired by the paper "Functional Programming with Overloading and Higher-Order Polymorphism", by Mark P Jones (), Advanced School of Functional Programming, 1995. . ${haskell:Blurb} Package: libghc-mtl-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Description: Haskell monad transformer library for GHC${haskell:ShortBlurb} MTL is a monad transformer library, inspired by the paper "Functional Programming with Overloading and Higher-Order Polymorphism", by Mark P Jones (), Advanced School of Functional Programming, 1995. . ${haskell:Blurb} debian/rules0000755000000000000000000000015512036250764010254 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000001563012150231240011033 0ustar haskell-mtl (2.1.2-4) unstable; urgency=low * Fix Vcs-Darcs url: http://darcs.debian.org/ instead of http://darcs.debian.org/darcs/ * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:32 +0200 haskell-mtl (2.1.2-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:28 +0200 haskell-mtl (2.1.2-2) experimental; urgency=low * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:01:35 +0200 haskell-mtl (2.1.2-1) experimental; urgency=low * New upstream release * Depend on haskell-devscripts (>= 0.8.13), to ensure it is built against experimental -- Joachim Breitner Mon, 08 Oct 2012 23:26:05 +0200 haskell-mtl (2.1.1-1) unstable; urgency=low * New upstream release -- Joachim Breitner Fri, 25 May 2012 09:41:45 +0200 haskell-mtl (2.0.1.0-3) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Joachim Breitner Sat, 04 Feb 2012 13:27:25 +0100 haskell-mtl (2.0.1.0-2) unstable; urgency=low * Upload to unstable -- Joachim Breitner Sat, 26 Mar 2011 22:02:14 +0530 haskell-mtl (2.0.1.0-1) experimental; urgency=low [ Marco TĂșlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream version (for haskell-platform 2011.1.0.0) * Bump standards version, no change * Depend on transformers -- Joachim Breitner Fri, 04 Mar 2011 10:33:06 +0530 haskell-mtl (1.1.0.2-10) unstable; urgency=low [ Marco TĂșlio Gontijo e Silva ] * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. [ Joachim Breitner ] * Rebuild due to ABI change in ghc6, Closes: #569934 -- Joachim Breitner Mon, 15 Feb 2010 11:19:13 +0100 haskell-mtl (1.1.0.2-9) unstable; urgency=low * Remove haddock and hscolour from B-D * Depend on haskell-devscripts (>= 0.7) -- Joachim Breitner Wed, 10 Feb 2010 12:50:13 +0100 haskell-mtl (1.1.0.2-8) experimental; urgency=low * Adopt for the Debian Haskell Group and adjust to current packaging practice -- Joachim Breitner Thu, 28 Jan 2010 22:46:01 +0100 haskell-mtl (1.1.0.2-7) unstable; urgency=low * Changed the versioned dependency on ghc6-doc to an unversioned Recommends. (Closes: #530239) -- Kari Pahula Mon, 25 May 2009 23:29:01 +0300 haskell-mtl (1.1.0.2-6) unstable; urgency=low * Use hlibrary.mk from haskell-devscripts and remove the local copy. -- Kari Pahula Wed, 25 Feb 2009 14:33:27 +0200 haskell-mtl (1.1.0.2-5) unstable; urgency=low * Updated hlibrary.mk to install .haddock to -dev. -- Kari Pahula Fri, 20 Feb 2009 09:04:53 +0200 haskell-mtl (1.1.0.2-4) unstable; urgency=low * Updated hlibrary.mk. -- Kari Pahula Sun, 15 Feb 2009 18:17:47 +0200 haskell-mtl (1.1.0.2-3) experimental; urgency=low * Updated hlibrary.mk. -- Kari Pahula Tue, 10 Feb 2009 01:12:09 +0200 haskell-mtl (1.1.0.2-2) experimental; urgency=low * Set libghc6-mtl-prof depend on ${binary:Version} of libghc6-mtl-dev. * Set libghc6-mtl-doc depend on the current ghc6-doc version. -- Kari Pahula Fri, 06 Feb 2009 10:46:44 +0200 haskell-mtl (1.1.0.2-1) experimental; urgency=low * New upstream release. * New maintainer. * Switched over to use hlibrary.mk and haskell-devscripts instead of haskell-utils. -- Kari Pahula Mon, 19 Jan 2009 00:21:45 +0200 haskell-mtl (1.1.0.0-1) unstable; urgency=low * New upstream version. * Upgrade to "Generic Haskell cabal library packaging files v9": * Allows Setup to be in Setup.lhs instead of Setup.hs. * Bump the required haskell-utils from 1.8 to 1.10. * The control.in gives a standards-version of 3.7.3 (was 3.7.2). * Move everything from the devel section to the libdevel section. * Delete the LICENSE file (currently we assume it has that name, and that it exists) after "Setup copy"ing the Cabal package. * Remove some hacks that worked around older Cabal not letting us tell it exactly where to put the documentation. * Use --hyperlink-source when telling Cabal to haddock the library. * Add hscolour to the build-depends. -- Ian Lynagh (wibble) Tue, 20 Nov 2007 00:01:17 +0000 haskell-mtl (1.0.1-2) unstable; urgency=low * Upgrade to "Generic Haskell cabal library packaging files v8": * update-generated-files rule in debian/rules runs update-debian-haskell-files. * Build-dep on haddock >= 0.8-2 in order to get portable .haddock files. * We tell Cabal's configure where to put the docs so that it doesn't break when we move them around behind its back. * Use canonicalise-comma-list around the build-deps in debian/control.in to fix problems where we get an unparsable ", , " when a variable is empty. -- Ian Lynagh (wibble) Mon, 04 Jun 2007 21:53:06 +0000 haskell-mtl (1.0.1-1) unstable; urgency=low * New upstream version. * Fix Setup.hs (type signatures don't match our version of Cabal). * Split off profiling and documentation into separate packages. * debian/control.in now makes much more use of variables, including magic Cabal variables. * Use debhelper level 5 (was 4). * Bump haskell-utils build-dep requirement to 1.8. * Upgrade to "Generic Haskell cabal library debian/rules v0.7": * Generate haddock docs. Closes: #407964. * -doc package calls gen_contents_index from postinst and postrm. * Use destdir rather than deprecated copy-prefix flag to Setup copy. * Add -X.haddock to dh_compress call. -- Ian Lynagh (wibble) Tue, 01 May 2007 18:13:17 +0000 haskell-mtl (1.0-3) unstable; urgency=low * Upgrade to "Generic Haskell cabal library debian/rules v0.6". Tell setup to use ghc6 rather than ghc, so that the postinst/prerm scripts work when the ghc-pkg symlink doesn't exist or doesn't point to ghc6's ghc-pkg. Closes: #395373. -- Ian Lynagh (wibble) Mon, 20 Nov 2006 20:50:42 +0000 haskell-mtl (1.0-2) unstable; urgency=low * Update control from control.in to include arm, mips and mipsel in the architecture list. * Upgrade to "Generic Haskell cabal library debian/rules v0.5". Fixes build-failure on non-x86/amd64 due to object splitting being unconditionally enabled. -- Ian Lynagh (wibble) Mon, 23 Oct 2006 12:32:51 +0100 haskell-mtl (1.0-1) unstable; urgency=low * Initial release (was part of ghc6 until version 6.6-1). -- Ian Lynagh (wibble) Fri, 13 Oct 2006 16:43:11 +0000 debian/source/0000755000000000000000000000000012036250764010473 5ustar debian/source/format0000644000000000000000000000001412036250764011701 0ustar 3.0 (quilt)