[Pkg-haskell-commits] darcs: haskell-resourcet: Initial Check-In

Clint Adams clint at debian.org
Tue Apr 3 18:51:37 UTC 2012


Tue Apr  3 18:50:40 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 53ec213221693ece8e60e5c56c13c7f1

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

Tue Apr  3 18:50:40 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 53ec213221693ece8e60e5c56c13c7f1
diff -rN -u old-haskell-resourcet//changelog new-haskell-resourcet//changelog
--- old-haskell-resourcet//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-resourcet//changelog	2012-04-03 18:51:37.235512748 +0000
@@ -0,0 +1,5 @@
+haskell-resourcet (0.3.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Tue, 03 Apr 2012 14:25:19 -0400
diff -rN -u old-haskell-resourcet//compat new-haskell-resourcet//compat
--- old-haskell-resourcet//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-resourcet//compat	2012-04-03 18:51:37.235512748 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-resourcet//control new-haskell-resourcet//control
--- old-haskell-resourcet//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-resourcet//control	2012-04-03 18:51:37.235512748 +0000
@@ -0,0 +1,80 @@
+Source: haskell-resourcet
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8.10)
+  , ghc
+  , ghc-prof
+  , libghc-lifted-base-dev (>> 0.1)
+  , libghc-lifted-base-dev (<< 0.2)
+  , libghc-lifted-base-prof
+  , libghc-monad-control-dev (>> 0.3.1)
+  , libghc-monad-control-dev (<< 0.4)
+  , libghc-monad-control-prof
+  , libghc-transformers-dev (>> 0.2.2)
+  , libghc-transformers-dev (<< 0.4)
+  , libghc-transformers-prof
+  , libghc-transformers-base-dev (>> 0.4.1)
+  , libghc-transformers-base-dev (<< 0.5)
+  , libghc-transformers-base-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-lifted-base-doc
+  , libghc-monad-control-doc
+  , libghc-transformers-doc
+  , libghc-transformers-base-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/haskell-resourcet
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-resourcet
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-resourcet
+
+Package: libghc-resourcet-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: deterministic allocation and freeing of scarce resources
+ Control.Monad.Trans.Resource allocates resources which are guaranteed
+ to be released.  One point to note: all register cleanup actions live
+ in the IO monad, not the main monad. This allows both more efficient
+ code, and for monads to be transformed.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-resourcet-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: deterministic allocation and freeing of scarce resources; profiling libraries
+ Control.Monad.Trans.Resource allocates resources which are guaranteed
+ to be released.  One point to note: all register cleanup actions live
+ in the IO monad, not the main monad. This allows both more efficient
+ code, and for monads to be transformed.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-resourcet-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: deterministic allocation and freeing of scarce resources; documentation
+ Control.Monad.Trans.Resource allocates resources which are guaranteed
+ to be released.  One point to note: all register cleanup actions live
+ in the IO monad, not the main monad. This allows both more efficient
+ code, and for monads to be transformed.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-resourcet//copyright new-haskell-resourcet//copyright
--- old-haskell-resourcet//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-resourcet//copyright	2012-04-03 18:51:37.235512748 +0000
@@ -0,0 +1,27 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: resourcet
+Upstream-Contact: Michael Snoyman <michael at snoyman.com>
+Source: http://hackage.haskell.org/package/haskell-resourcet
+
+Copyright: 2011 Michael Snoyman
+License: BSD3
+ 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.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "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 HOLDERS 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-resourcet//rules new-haskell-resourcet//rules
--- old-haskell-resourcet//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-resourcet//rules	2012-04-03 18:51:37.235512748 +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-resourcet//source/format new-haskell-resourcet//source/format
--- old-haskell-resourcet//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-resourcet//source/format	2012-04-03 18:51:37.239574838 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-resourcet//watch new-haskell-resourcet//watch
--- old-haskell-resourcet//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-resourcet//watch	2012-04-03 18:51:37.239574838 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|resourcet-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/resourcet \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list