[Pkg-haskell-commits] darcs: haskell-mono-traversable: Initial Check-In

Clint Adams clint at debian.org
Thu May 1 02:26:09 UTC 2014


Thu May  1 02:25:43 UTC 2014  Clint Adams <clint at debian.org>
  * Initial Check-In

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

Thu May  1 02:25:43 UTC 2014  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-mono-traversable/changelog new-haskell-mono-traversable/changelog
--- old-haskell-mono-traversable/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mono-traversable/changelog	2014-05-01 02:26:09.827989824 +0000
@@ -0,0 +1,5 @@
+haskell-mono-traversable (0.4.0.1-1) unstable; urgency=medium
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Wed, 30 Apr 2014 22:14:44 -0400
diff -rN -u old-haskell-mono-traversable/compat new-haskell-mono-traversable/compat
--- old-haskell-mono-traversable/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mono-traversable/compat	2014-05-01 02:26:09.827989824 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-mono-traversable/control new-haskell-mono-traversable/control
--- old-haskell-mono-traversable/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mono-traversable/control	2014-05-01 02:26:09.827989824 +0000
@@ -0,0 +1,88 @@
+Source: haskell-mono-traversable
+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 (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-comonad-dev (>= 3.0.3)
+  , libghc-comonad-prof
+  , libghc-hashable-dev
+  , libghc-hashable-prof
+  , libghc-semigroupoids-dev (>= 3.0)
+  , libghc-semigroupoids-prof
+  , libghc-semigroups-dev (>= 0.9)
+  , libghc-semigroups-prof
+  , libghc-text-dev (>= 0.11)
+  , libghc-text-prof
+  , libghc-transformers-dev (>= 0.3)
+  , libghc-transformers-prof
+  , libghc-unordered-containers-dev (>= 0.2)
+  , libghc-unordered-containers-prof
+  , libghc-vector-dev (>= 0.10)
+  , libghc-vector-prof
+  , libghc-vector-algorithms-dev (>= 0.6)
+  , libghc-vector-algorithms-prof
+  , libghc-vector-instances-dev
+  , libghc-vector-instances-prof
+  , libghc-hspec-dev
+  , libghc-quickcheck2-dev
+#  , libghc-foldl-dev
+Build-Depends-Indep: ghc-doc
+  , libghc-comonad-doc
+  , libghc-hashable-doc
+  , libghc-semigroupoids-doc
+  , libghc-semigroups-doc
+  , libghc-text-doc
+  , libghc-transformers-doc
+  , libghc-unordered-containers-doc
+  , libghc-vector-doc
+  , libghc-vector-algorithms-doc
+  , libghc-vector-instances-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/mono-traversable
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-mono-traversable
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-mono-traversable
+X-Description: typeclasses for mapping/folding/traversing monomorphic containers
+ Monomorphic variants of the Functor, Foldable, and Traversable
+ typeclasses. Contains even more experimental code for abstracting
+ containers and sequences.
+
+Package: libghc-mono-traversable-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-mono-traversable-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-mono-traversable-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-mono-traversable/copyright new-haskell-mono-traversable/copyright
--- old-haskell-mono-traversable/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mono-traversable/copyright	2014-05-01 02:26:09.827989824 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mono-traversable
+Upstream-Contact: Michael Snoyman <michael at snoyman.com>
+Source: http://hackage.haskell.org/package/mono-traversable
+
+Files: *
+Copyright: 2013 Michael Snoyman
+License: Expat
+
+Files: debian/*
+Copyright: 2014 Clint Adams
+License: Expat
+
+License: Expat
+ 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-mono-traversable/rules new-haskell-mono-traversable/rules
--- old-haskell-mono-traversable/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mono-traversable/rules	2014-05-01 02:26:09.827989824 +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-mono-traversable/source/format new-haskell-mono-traversable/source/format
--- old-haskell-mono-traversable/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mono-traversable/source/format	2014-05-01 02:26:09.831989824 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-mono-traversable/watch new-haskell-mono-traversable/watch
--- old-haskell-mono-traversable/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-mono-traversable/watch	2014-05-01 02:26:09.831989824 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/mono-traversable/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list