[DHG_packages] 01/01: Add mono-traversable-instances

Clint Adams clint at moszumanska.debian.org
Wed Oct 12 23:47:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 3b5966f48ae858c698f4cc1a3b2d5472baa2db93
Author: Clint Adams <clint at debian.org>
Date:   Wed Oct 12 19:46:57 2016 -0400

    Add mono-traversable-instances
---
 .../debian/changelog                               |  5 ++
 p/haskell-mono-traversable-instances/debian/compat |  1 +
 .../debian/control                                 | 82 ++++++++++++++++++++++
 .../debian/copyright                               | 32 +++++++++
 p/haskell-mono-traversable-instances/debian/rules  |  7 ++
 .../debian/source/format                           |  1 +
 p/haskell-mono-traversable-instances/debian/watch  |  2 +
 7 files changed, 130 insertions(+)

diff --git a/p/haskell-mono-traversable-instances/debian/changelog b/p/haskell-mono-traversable-instances/debian/changelog
new file mode 100644
index 0000000..f9b7f35
--- /dev/null
+++ b/p/haskell-mono-traversable-instances/debian/changelog
@@ -0,0 +1,5 @@
+haskell-mono-traversable-instances (0.1.0.0-1) experimental; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Wed, 12 Oct 2016 19:44:01 -0400
diff --git a/p/haskell-mono-traversable-instances/debian/compat b/p/haskell-mono-traversable-instances/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/p/haskell-mono-traversable-instances/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-mono-traversable-instances/debian/control b/p/haskell-mono-traversable-instances/debian/control
new file mode 100644
index 0000000..8a9b8ed
--- /dev/null
+++ b/p/haskell-mono-traversable-instances/debian/control
@@ -0,0 +1,82 @@
+Source: haskell-mono-traversable-instances
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-comonad-dev (>= 3.0.3),
+ libghc-comonad-prof,
+ libghc-dlist-dev (>= 0.6),
+ libghc-dlist-dev (<< 1.0),
+ libghc-dlist-prof,
+ libghc-dlist-instances-dev (>= 0.1),
+ libghc-dlist-instances-dev (<< 0.2),
+ libghc-dlist-instances-prof,
+ libghc-mono-traversable-dev (>= 1.0),
+ libghc-mono-traversable-dev (<< 1.1),
+ libghc-mono-traversable-prof,
+ libghc-semigroupoids-dev (>= 3.0),
+ libghc-semigroupoids-prof,
+ libghc-semigroups-dev,
+ libghc-semigroups-prof,
+ libghc-vector-instances-dev,
+ libghc-vector-instances-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-comonad-doc,
+ libghc-dlist-doc,
+ libghc-dlist-instances-doc,
+ libghc-mono-traversable-doc,
+ libghc-semigroupoids-doc,
+ libghc-semigroups-doc,
+ libghc-vector-instances-doc,
+Standards-Version: 3.9.8
+Homepage: https://github.com/snoyberg/mono-traversable
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-mono-traversable-instances
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: extra typeclass instances for mono-traversable
+ Extra typeclass instances for mono-traversable, such as for DList,
+ Comonad, Tree, etc.
+
+Package: libghc-mono-traversable-instances-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-mono-traversable-instances-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-mono-traversable-instances-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 --git a/p/haskell-mono-traversable-instances/debian/copyright b/p/haskell-mono-traversable-instances/debian/copyright
new file mode 100644
index 0000000..1929317
--- /dev/null
+++ b/p/haskell-mono-traversable-instances/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: mono-traversable-instances
+Upstream-Contact: Michael Snoyman <michael at fpcomplete.com>
+Source: https://hackage.haskell.org/package/mono-traversable-instances
+
+Files: *
+Copyright: 2016 Michael Snoyman
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+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 --git a/p/haskell-mono-traversable-instances/debian/rules b/p/haskell-mono-traversable-instances/debian/rules
new file mode 100755
index 0000000..c4f70d2
--- /dev/null
+++ b/p/haskell-mono-traversable-instances/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = mono-traversable-instances
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-mono-traversable-instances/debian/source/format b/p/haskell-mono-traversable-instances/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-mono-traversable-instances/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-mono-traversable-instances/debian/watch b/p/haskell-mono-traversable-instances/debian/watch
new file mode 100644
index 0000000..2bb09ab
--- /dev/null
+++ b/p/haskell-mono-traversable-instances/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/mono-traversable-instances/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list