debian/0000755000000000000000000000000012150231237007162 5ustar debian/copyright0000644000000000000000000000251212036250724011122 0ustar Upstream: Location: It was downloaded from http://hackage.haskell.org/packages/archive/MonadCatchIO-mtl/0.1.0.1/MonadCatchIO-mtl-0.1.0.1.tar.gz License: Public Domain Packaging: Copyright: 2009 Marco Túlio Gontijo e Silva License: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/watch0000644000000000000000000000040712036250724010221 0ustar # See uscan(1) for format version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|MonadCatchIO-mtl-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/MonadCatchIO-mtl \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616254010374 0ustar 9 debian/control0000644000000000000000000000445112150230146010567 0ustar Source: haskell-monadcatchio-mtl Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Marco Túlio Gontijo e Silva , Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-mtl-dev , libghc-mtl-prof , libghc-extensible-exceptions-dev , libghc-extensible-exceptions-prof Build-Depends-Indep: ghc-doc , libghc-mtl-doc , libghc-extensible-exceptions-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/MonadCatchIO-mtl Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-monadcatchio-mtl Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-monadcatchio-mtl DM-Upload-Allowed: yes Package: libghc-monadcatchio-mtl-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: monad-transformer version of the Control.Exception module${haskell:ShortBlurb} Provides a monad-transformer version of the Control.Exception.catch function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It defines proper instances for most monad transformers in the mtl library. . ${haskell:Blurb} Package: libghc-monadcatchio-mtl-prof Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Provides: ${haskell:Provides} Description: monad-transformer version of the Control.Exception module${haskell:ShortBlurb} Provides a monad-transformer version of the Control.Exception.catch function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It defines proper instances for most monad transformers in the mtl library. . ${haskell:Blurb} Package: libghc-monadcatchio-mtl-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: monad-transformer version of the Control.Exception module${haskell:ShortBlurb} Provides a monad-transformer version of the Control.Exception.catch function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It defines proper instances for most monad transformers in the mtl library. . ${haskell:Blurb} debian/rules0000755000000000000000000000022212036250724010243 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/changelog0000644000000000000000000000661612150231237011045 0ustar haskell-monadcatchio-mtl (0.3.0.5-3) 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:31 +0200 haskell-monadcatchio-mtl (0.3.0.5-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:25 +0200 haskell-monadcatchio-mtl (0.3.0.5-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Sun, 21 Oct 2012 18:07:45 +0200 haskell-monadcatchio-mtl (0.3.0.4-2) unstable; urgency=low * Fix -doc package dependency. -- Clint Adams Sun, 12 Feb 2012 22:10:55 -0500 haskell-monadcatchio-mtl (0.3.0.4-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 22 Oct 2011 12:30:26 -0400 haskell-monadcatchio-mtl (0.3.0.2-1) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release [ Iain Lane ] * Standards-Version → 3.9.2, no changes required -- Iain Lane Tue, 24 May 2011 13:15:15 +0100 haskell-monadcatchio-mtl (0.2.0.0-3) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * Use debian/compat 7. * debian/control: Use more sintetic link in Homepage:. -- Joachim Breitner Sat, 20 Feb 2010 18:25:47 +0100 haskell-monadcatchio-mtl (0.2.0.0-2) unstable; urgency=low * debian/watch: Use format that works for --download-current-version. * debian/watch: Add .tar.gz to downloaded filename. * debian/watch: Include package name in downloaded .tar.gz. * debian/watch: Remove spaces, since they're not allowed by uscan. * debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages. * Update Uploader e-mail. * debian/control: Use Vcs-Browser: field. * debian/control: Remove dependency in hscolour, since it's now a dependency of haskell-devscripts. * debian/control: Remove haddock from Build-Depends:, since it's now a Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. * debian/control: Bump Build-Depends: version of haskell-devscripts and remove versioned dependency on ghc6. -- Marco Túlio Gontijo e Silva Fri, 12 Feb 2010 09:51:37 -0200 haskell-monadcatchio-mtl (0.2.0.0-1) unstable; urgency=low * New upstream version. * debian/control: - Use Priority: extra. - Use haskell:Recommends and haskell:Suggests. - Use Debian Haskell Group as Maintainer. - Update Vcs-Darcs. - Update Uploader e-mail. - Update Standards-Version to 3.8.3. - Use one package for line in dependencies. * debian/rules: Make build depend only in build-arch to avoid building indep packages in all architectures. * debian/copyright: Change packaging license. -- Marco Túlio Gontijo e Silva Fri, 18 Dec 2009 11:34:01 -0200 haskell-monadcatchio-mtl (0.1.0.1-1) unstable; urgency=low * Initial release. (Closes: #514759) -- Marco Túlio Gontijo e Silva Tue, 19 May 2009 15:35:27 -0300 debian/source/0000755000000000000000000000000012036250724010467 5ustar debian/source/format0000644000000000000000000000001412036250724011675 0ustar 3.0 (quilt)