diff options
author | Clint Adams <clint@debian.org> | 2016-10-12 19:46:57 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-10-12 19:46:57 -0400 |
commit | 3b5966f48ae858c698f4cc1a3b2d5472baa2db93 (patch) | |
tree | 4720f68c4dee4bbed4d4b59f29c7a2a304167e95 | |
parent | 160c84c1046cc804e786663ae34b12a0b108e567 (diff) | |
download | DHG_packages-3b5966f48ae858c698f4cc1a3b2d5472baa2db93.tar.gz |
Add mono-traversable-instances
7 files changed, 130 insertions, 0 deletions
diff --git a/p/haskell-mono-traversable-instances/debian/changelog b/p/haskell-mono-traversable-instances/debian/changelog new file mode 100644 index 000000000..f9b7f35e6 --- /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@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 000000000..f599e28b8 --- /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 000000000..8a9b8ed68 --- /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@lists.alioth.debian.org> +Uploaders: Clint Adams <clint@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 000000000..19293173f --- /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@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 000000000..c4f70d28a --- /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 000000000..163aaf8d8 --- /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 000000000..2bb09ab71 --- /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))) |