summaryrefslogtreecommitdiff
path: root/p/haskell-newtype-generics
diff options
context:
space:
mode:
authorKAction <KAction@gnu.org>2015-05-06 20:43:41 +0300
committerKAction <KAction@gnu.org>2015-05-06 20:43:41 +0300
commit6429d36b212b9478455332e6361e70d6304bbbd9 (patch)
treedbd78ac095ba6d31423856ad49df53c974fc67ff /p/haskell-newtype-generics
parent3f3cc556c82abfa77be9cbe02aacc3b40cd95831 (diff)
downloadDHG_packages-6429d36b212b9478455332e6361e70d6304bbbd9.tar.gz
haskell-newtype-generics: Initial Check-In
Diffstat (limited to 'p/haskell-newtype-generics')
-rw-r--r--p/haskell-newtype-generics/debian/changelog5
-rw-r--r--p/haskell-newtype-generics/debian/compat1
-rw-r--r--p/haskell-newtype-generics/debian/control61
-rw-r--r--p/haskell-newtype-generics/debian/copyright42
-rwxr-xr-xp/haskell-newtype-generics/debian/rules8
-rw-r--r--p/haskell-newtype-generics/debian/source/format1
-rw-r--r--p/haskell-newtype-generics/debian/watch2
7 files changed, 120 insertions, 0 deletions
diff --git a/p/haskell-newtype-generics/debian/changelog b/p/haskell-newtype-generics/debian/changelog
new file mode 100644
index 000000000..f5aa40397
--- /dev/null
+++ b/p/haskell-newtype-generics/debian/changelog
@@ -0,0 +1,5 @@
+haskell-newtype-generics (0.4.0.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #78456)
+
+ -- Dmitry Bogatov <KAction@gnu.org> Wed, 06 May 2015 20:18:02 +0300
diff --git a/p/haskell-newtype-generics/debian/compat b/p/haskell-newtype-generics/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-newtype-generics/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-newtype-generics/debian/control b/p/haskell-newtype-generics/debian/control
new file mode 100644
index 000000000..02c0e96be
--- /dev/null
+++ b/p/haskell-newtype-generics/debian/control
@@ -0,0 +1,61 @@
+Source: haskell-newtype-generics
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Dmitry Bogatov <KAction@gnu.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/newtype-generics
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-newtype-generics
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-newtype-generics
+X-Description: Typeclass and set of functions for working with newtypes
+ Per Conor McBride, the Newtype typeclass represents the packing and unpacking
+ of a newtype, and allows you to operatate under that newtype with functions
+ such as ala. Generics support was added in version 0.4, making this package a
+ full replacement for the original newtype package, and a better alternative to
+ newtype-th.
+
+Package: libghc-newtype-generics-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-newtype-generics-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-newtype-generics-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-newtype-generics/debian/copyright b/p/haskell-newtype-generics/debian/copyright
new file mode 100644
index 000000000..6b7fcd4e5
--- /dev/null
+++ b/p/haskell-newtype-generics/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: newtype-generics
+Upstream-Contact: João Cristóvão <jmacristovao@gmail.com>
+Source: https://hackage.haskell.org/package/newtype-generics
+
+Files: *
+Copyright: 2011 Darius Jahandarie
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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 Darius Jahandarie 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 --git a/p/haskell-newtype-generics/debian/rules b/p/haskell-newtype-generics/debian/rules
new file mode 100755
index 000000000..c7cd2f0d6
--- /dev/null
+++ b/p/haskell-newtype-generics/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = no
+DEB_CABAL_PACKAGE = newtype-generics
+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-newtype-generics/debian/source/format b/p/haskell-newtype-generics/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-newtype-generics/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-newtype-generics/debian/watch b/p/haskell-newtype-generics/debian/watch
new file mode 100644
index 000000000..4dc64be86
--- /dev/null
+++ b/p/haskell-newtype-generics/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/newtype-generics/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))