[Pkg-haskell-commits] darcs: haskell-par-extras: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Fri Aug 29 02:12:57 UTC 2014


Fri Aug 29 02:12:37 UTC 2014  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

Fri Aug 29 02:12:37 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-par-extras/changelog new-haskell-par-extras/changelog
--- old-haskell-par-extras/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-par-extras/changelog	2014-08-29 02:12:57.639426507 +0000
@@ -0,0 +1,5 @@
+haskell-monad-par-extras (0.3.3-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-par-extras/compat new-haskell-par-extras/compat
--- old-haskell-par-extras/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-par-extras/compat	2014-08-29 02:12:57.639426507 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-par-extras/control new-haskell-par-extras/control
--- old-haskell-par-extras/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-par-extras/control	2014-08-29 02:12:57.639426507 +0000
@@ -0,0 +1,75 @@
+Source: haskell-monad-par-extras
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-abstract-par-dev (>= 0.3)
+  , libghc-abstract-par-dev (<< 0.4)
+  , libghc-abstract-par-prof
+  , libghc-cereal-dev (>= 0.3)
+  , libghc-cereal-prof
+  , libghc-random-dev (>= 1.0)
+  , libghc-random-prof
+  , libghc-mtl-dev (>= 2.0)
+  , libghc-mtl-prof
+  , libghc-transformers-dev (>= 0.2)
+  , libghc-transformers-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-abstract-par-doc
+  , libghc-cereal-doc
+  , libghc-random-doc
+  , libghc-mtl-doc
+  , libghc-transformers-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/monad-par-extras
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-monad-par-extras
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-monad-par-extras
+X-Description: Combinators and extra features for Par monads
+ The Par monad offers a simple API for parallel programming. The library works
+ for parallelising both pure and IO computations, although only the pure
+ version is deterministic. The default implementation provides a work-stealing
+ scheduler and supports forking tasks that are much lighter weight than
+ IO-threads.
+ .
+ This package provides combinators and extra features for Par monads.
+
+Package: libghc-monad-par-extras-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-monad-par-extras-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-monad-par-extras-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-par-extras/copyright new-haskell-par-extras/copyright
--- old-haskell-par-extras/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-par-extras/copyright	2014-08-29 02:12:57.639426507 +0000
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: monad-par-extras
+Upstream-Contact: Ryan Newton <rrnewton at gmail.com>
+Source: http://hackage.haskell.org/package/monad-par-extras
+
+Files: *
+Copyright: 2012 Ryan Newton
+           2011 Simon Marlow
+License: monad-par-extras license
+
+Files: debian/*
+Copyright: 2014 Joachim Breitner
+License: monad-par-extras license
+
+License: monad-par-extras license
+ 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 Simon Marlow 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-par-extras/rules new-haskell-par-extras/rules
--- old-haskell-par-extras/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-par-extras/rules	2014-08-29 02:12:57.639426507 +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
diff -rN -u old-haskell-par-extras/source/format new-haskell-par-extras/source/format
--- old-haskell-par-extras/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-par-extras/source/format	2014-08-29 02:12:57.643426508 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-par-extras/watch new-haskell-par-extras/watch
--- old-haskell-par-extras/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-par-extras/watch	2014-08-29 02:12:57.643426508 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/monad-par-extras/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list