[Pkg-haskell-commits] darcs: haskell-mtl-compat: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Wed Apr 29 07:49:03 UTC 2015


Wed Apr 29 07:48:41 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Wed Apr 29 07:48:41 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-mtl-compat/changelog new-haskell-mtl-compat/changelog
--- old-haskell-mtl-compat/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mtl-compat/changelog	2015-04-29 07:49:03.323505895 +0000
@@ -0,0 +1,5 @@
+haskell-mtl-compat (0.2.1.3-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Wed, 29 Apr 2015 09:46:39 +0200
diff -rN -u old-haskell-mtl-compat/compat new-haskell-mtl-compat/compat
--- old-haskell-mtl-compat/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mtl-compat/compat	2015-04-29 07:49:03.327505898 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-mtl-compat/control new-haskell-mtl-compat/control
--- old-haskell-mtl-compat/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mtl-compat/control	2015-04-29 07:49:03.327505898 +0000
@@ -0,0 +1,69 @@
+Source: haskell-mtl-compat
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-mtl-dev (>= 2.2.1),
+ libghc-mtl-dev (<< 2.3),
+ libghc-mtl-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-mtl-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/haskell-compat/mtl-compat
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mtl-compat
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mtl-compat
+X-Description: Backported Control.Monad.Except module from mtl
+ This package backports the "Control.Monad.Except" module from
+ mtl (if using mtl-2.2.0.1 or earlier), which reexports the
+ ExceptT monad transformer and the MonadError class.
+ .
+ This package should only be used if there is a need to use the
+ Control.Monad.Except module specifically. If you just want
+ the mtl class instances for ExceptT, use
+ transformers-compat instead, since mtl-compat does nothing
+ but reexport the instances from that package.
+
+Package: libghc-mtl-compat-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-mtl-compat-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-mtl-compat-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-mtl-compat/copyright new-haskell-mtl-compat/copyright
--- old-haskell-mtl-compat/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mtl-compat/copyright	2015-04-29 07:49:03.327505898 +0000
@@ -0,0 +1,45 @@
+Just Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mtl-compat
+Upstream-Contact: Ryan Scott <ryan.gl.scott at ku.edu>
+Source: https://hackage.haskell.org/package/mtl-compat
+
+Files: *
+Copyright: Michael Weber 2001
+	   Jeff Newbern 2003-2006
+	   Andriy Palamarchuk 2006
+	   Ryan Scott 2015
+License: BSD3
+
+Files: */debian
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ 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 the name of Ryan Scott 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.
diff -rN -u old-haskell-mtl-compat/rules new-haskell-mtl-compat/rules
--- old-haskell-mtl-compat/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mtl-compat/rules	2015-04-29 07:49:03.327505898 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = mtl-compat
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-mtl-compat/source/format new-haskell-mtl-compat/source/format
--- old-haskell-mtl-compat/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mtl-compat/source/format	2015-04-29 07:49:03.327505898 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-mtl-compat/watch new-haskell-mtl-compat/watch
--- old-haskell-mtl-compat/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mtl-compat/watch	2015-04-29 07:49:03.327505898 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/mtl-compat/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list