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

Clint Adams clint at debian.org
Mon May 21 04:23:31 UTC 2012


Mon May 21 04:23:33 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 92d9d757d6ea87888f0daaee58dfeeeb

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules

Mon May 21 04:23:33 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 92d9d757d6ea87888f0daaee58dfeeeb
diff -rN -u old-haskell-exception-transformers//changelog new-haskell-exception-transformers//changelog
--- old-haskell-exception-transformers//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-exception-transformers//changelog	2012-05-21 04:23:30.644825062 +0000
@@ -0,0 +1,6 @@
+haskell-exception-transformers (0.3.0.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 21 May 2012 00:12:12 -0400
+
diff -rN -u old-haskell-exception-transformers//compat new-haskell-exception-transformers//compat
--- old-haskell-exception-transformers//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-exception-transformers//compat	2012-05-21 04:23:30.648826633 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-exception-transformers//control new-haskell-exception-transformers//control
--- old-haskell-exception-transformers//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-exception-transformers//control	2012-05-21 04:23:30.648826633 +0000
@@ -0,0 +1,71 @@
+Source: haskell-exception-transformers
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+             , haskell-devscripts (>= 0.8.10)
+             , cdbs
+             , ghc
+             , ghc-prof
+             , libghc-stm-dev (>> 2.1)
+             , libghc-stm-dev (<< 2.4)
+             , libghc-stm-prof
+             , libghc-transformers-dev (>> 0.2)
+             , libghc-transformers-dev (<< 0.4)
+             , libghc-transformers-prof
+             , libghc-hunit-dev (>> 1.2)
+             , libghc-hunit-dev (<< 1.3)
+Build-Depends-Indep: ghc-doc
+                   , libghc-stm-doc
+                   , libghc-transformers-doc
+Standards-Version: 3.9.3
+Homepage: http://www.eecs.harvard.edu/~mainland/
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-exception-transformers
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-exception-transformers
+
+Package: libghc-exception-transformers-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: type classes and monads for unchecked extensible exceptions
+ This package provides type classes, a monad and a monad
+ transformer that support unchecked extensible exceptions as
+ well as asynchronous exceptions. It is compatible with
+ the transformers package.
+ .
+ This package contains the normal library files.
+
+Package: libghc-exception-transformers-prof
+Architecture: any
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: type classes and monads for unchecked extensible exceptions; profiling libs
+ This package provides type classes, a monad and a monad
+ transformer that support unchecked extensible exceptions as
+ well as asynchronous exceptions. It is compatible with
+ the transformers package.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-exception-transformers-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: type classes and monads for unchecked extensible exceptions; documentation
+ This package provides type classes, a monad and a monad
+ transformer that support unchecked extensible exceptions as
+ well as asynchronous exceptions. It is compatible with
+ the transformers package.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-exception-transformers//copyright new-haskell-exception-transformers//copyright
--- old-haskell-exception-transformers//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-exception-transformers//copyright	2012-05-21 04:23:30.648826633 +0000
@@ -0,0 +1,26 @@
+Copyright (c) 2008-2012
+        The President and Fellows of Harvard College.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. 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.
+3. Neither the 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 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 UNIVERSITY 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-exception-transformers//rules new-haskell-exception-transformers//rules
--- old-haskell-exception-transformers//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-exception-transformers//rules	2012-05-21 04:23:30.652830771 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk





More information about the Pkg-haskell-commits mailing list