[Pkg-haskell-commits] darcs: haskell-mutable-containers: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Mon Jun 29 14:49:08 UTC 2015


Mon Jun 29 14:49:00 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

Mon Jun 29 14:49:00 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-mutable-containers/changelog new-haskell-mutable-containers/changelog
--- old-haskell-mutable-containers/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mutable-containers/changelog	2015-06-29 14:49:08.201274893 +0000
@@ -0,0 +1,5 @@
+haskell-mutable-containers (0.3.0-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Mon, 29 Jun 2015 16:47:30 +0200
diff -rN -u old-haskell-mutable-containers/compat new-haskell-mutable-containers/compat
--- old-haskell-mutable-containers/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mutable-containers/compat	2015-06-29 14:49:08.201274893 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-mutable-containers/control new-haskell-mutable-containers/control
--- old-haskell-mutable-containers/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mutable-containers/control	2015-06-29 14:49:08.201274893 +0000
@@ -0,0 +1,74 @@
+Source: haskell-mutable-containers
+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-mono-traversable-dev,
+ libghc-mono-traversable-prof,
+ libghc-primitive-dev,
+ libghc-primitive-prof,
+ libghc-vector-dev,
+ libghc-vector-prof,
+ libghc-quickcheck2-dev,
+ libghc-hspec-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-mono-traversable-doc,
+ libghc-primitive-doc,
+ libghc-vector-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/fpco/mutable-containers
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mutable-containers
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mutable-containers
+X-Description: Abstactions and concrete implementations of mutable containers
+ One of Haskell's strengths is immutable data structures. These structures make
+ it easier to reason about code, simplify concurrency and parallelism, and in
+ some cases can improve performance by allowing sharing. However, there are
+ still classes of problems where mutable data structures can both be more
+ convenient, and provide a performance boost. This library is meant to provide
+ such structures in a performant, well tested way. It also provides a simple
+ abstraction over such data structures via typeclasses.
+
+Package: libghc-mutable-containers-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-mutable-containers-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-mutable-containers-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-mutable-containers/copyright new-haskell-mutable-containers/copyright
--- old-haskell-mutable-containers/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mutable-containers/copyright	2015-06-29 14:49:08.201274893 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mutable-containers
+Upstream-Contact: michael at fpcomplete.com
+Source: https://hackage.haskell.org/package/mutable-containers
+
+Files: *
+Copyright: 2015 Michael Snoyman
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -rN -u old-haskell-mutable-containers/rules new-haskell-mutable-containers/rules
--- old-haskell-mutable-containers/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mutable-containers/rules	2015-06-29 14:49:08.201274893 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = mutable-containers
+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-mutable-containers/source/format new-haskell-mutable-containers/source/format
--- old-haskell-mutable-containers/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mutable-containers/source/format	2015-06-29 14:49:08.205274894 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-mutable-containers/watch new-haskell-mutable-containers/watch
--- old-haskell-mutable-containers/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mutable-containers/watch	2015-06-29 14:49:08.205274894 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/mutable-containers/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list