[Pkg-haskell-commits] darcs: haskell-monadcatchio-transformers: Initial Check-In

takaki at asis.media-as.org takaki at asis.media-as.org
Mon Mar 14 01:52:17 UTC 2011


Mon Mar 14 01:52:02 UTC 2011  takaki at asis.media-as.org
  * Initial Check-In
  Ignore-this: 6d45d244fa8d10f36063afa1d009590f

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

Mon Mar 14 01:52:02 UTC 2011  takaki at asis.media-as.org
  * Initial Check-In
  Ignore-this: 6d45d244fa8d10f36063afa1d009590f
diff -rN -u old-haskell-monadcatchio-transformers/changelog new-haskell-monadcatchio-transformers/changelog
--- old-haskell-monadcatchio-transformers/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadcatchio-transformers/changelog	2011-03-14 01:52:16.984859840 +0000
@@ -0,0 +1,5 @@
+haskell-monadcatchio-transformers (0.2.2.2-1) unstable; urgency=low
+
+  * Initial release. (Closes: #607414)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 17 Dec 2010 22:14:59 +0900
diff -rN -u old-haskell-monadcatchio-transformers/compat new-haskell-monadcatchio-transformers/compat
--- old-haskell-monadcatchio-transformers/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadcatchio-transformers/compat	2011-03-14 01:52:16.984859840 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-monadcatchio-transformers/control new-haskell-monadcatchio-transformers/control
--- old-haskell-monadcatchio-transformers/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadcatchio-transformers/control	2011-03-14 01:52:16.984859840 +0000
@@ -0,0 +1,59 @@
+Source: haskell-monadcatchio-transformers
+Section: haskell
+Priority: optional
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts,
+	ghc6,
+	ghc6-prof,
+	ghc6-doc,
+	libghc6-transformers-dev,
+	libghc6-transformers-prof,
+	libghc6-transformers-doc,
+Standards-Version: 3.9.1
+#Homepage: None
+
+Package: libghc6-monadcatchio-transformers-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Suggests: ${haskell:Suggests}
+Description: Monad-transformer compatible with Control.Exception
+ Provides functions to throw and catch exceptions. Unlike the functions from
+ Control.Exception, which work in IO, these work in any stack of monad
+ transformers (from the 'transformers' package) with IO as the base monad.
+ You can extend this functionality to other monads, by creating an instance
+ of the MonadCatchIO class.
+ .
+ This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-monadcatchio-transformers-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Suggests: ${haskell:Suggests}
+Description: Monad-transformer compatible with Control.Exception; profiling library
+ Provides functions to throw and catch exceptions. Unlike the functions from
+ Control.Exception, which work in IO, these work in any stack of monad
+ transformers (from the 'transformers' package) with IO as the base monad.
+ You can extend this functionality to other monads, by creating an instance
+ of the MonadCatchIO class.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
+
+Package: libghc6-monadcatchio-transformers-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Monad-transformer compatible with Control.Exception; documentation
+ Provides functions to throw and catch exceptions. Unlike the functions from
+ Control.Exception, which work in IO, these work in any stack of monad
+ transformers (from the 'transformers' package) with IO as the base monad.
+ You can extend this functionality to other monads, by creating an instance
+ of the MonadCatchIO class.
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-monadcatchio-transformers/copyright new-haskell-monadcatchio-transformers/copyright
--- old-haskell-monadcatchio-transformers/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadcatchio-transformers/copyright	2011-03-14 01:52:16.984859840 +0000
@@ -0,0 +1,20 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: ariep at xs4all.nl <ariep at xs4all.nl>
+Source: http://hackage.haskell.org/package/MonadCatchIO-transformers
+Name: MonadCatchIO-transformers
+
+Files: *
+Copyright: ariep at xs4all.nl> 
+License: PD
+
+Files: debian/*
+Copyright: 2010, TANIGUCHI Takaki <takaki at debian.org>
+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, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of version 3 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
diff -rN -u old-haskell-monadcatchio-transformers/rules new-haskell-monadcatchio-transformers/rules
--- old-haskell-monadcatchio-transformers/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadcatchio-transformers/rules	2011-03-14 01:52:16.984859840 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-monadcatchio-transformers/source/format new-haskell-monadcatchio-transformers/source/format
--- old-haskell-monadcatchio-transformers/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadcatchio-transformers/source/format	2011-03-14 01:52:16.984859840 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-monadcatchio-transformers/watch new-haskell-monadcatchio-transformers/watch
--- old-haskell-monadcatchio-transformers/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-monadcatchio-transformers/watch	2011-03-14 01:52:16.980859629 +0000
@@ -0,0 +1,2 @@
+version=3
+opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|  http://hackage.haskell.org/packages/archive/MonadCatchIO-transformers  ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list