summaryrefslogtreecommitdiff
path: root/p/haskell-flexible-defaults
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-08-13 13:02:52 +0200
committerClint Adams <clint@debian.org>2015-08-13 13:02:52 +0200
commite9442921c53dcb3ad14836e6e5ea4a1b4172a70d (patch)
tree8b1292837892777811a2ee27bf717b88ceb6ec5a /p/haskell-flexible-defaults
parent83853f1ca3ca70c1b076546ed1efd5f175dc83c2 (diff)
downloadDHG_packages-e9442921c53dcb3ad14836e6e5ea4a1b4172a70d.tar.gz
flexible-defaults: 0.0.1.1
Diffstat (limited to 'p/haskell-flexible-defaults')
-rw-r--r--p/haskell-flexible-defaults/debian/changelog5
-rw-r--r--p/haskell-flexible-defaults/debian/compat1
-rw-r--r--p/haskell-flexible-defaults/debian/control68
-rw-r--r--p/haskell-flexible-defaults/debian/copyright32
-rwxr-xr-xp/haskell-flexible-defaults/debian/rules6
-rw-r--r--p/haskell-flexible-defaults/debian/source/format1
-rw-r--r--p/haskell-flexible-defaults/debian/watch2
7 files changed, 115 insertions, 0 deletions
diff --git a/p/haskell-flexible-defaults/debian/changelog b/p/haskell-flexible-defaults/debian/changelog
new file mode 100644
index 000000000..c0ce39eed
--- /dev/null
+++ b/p/haskell-flexible-defaults/debian/changelog
@@ -0,0 +1,5 @@
+haskell-flexible-defaults (0.0.1.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Thu, 13 Aug 2015 12:51:11 +0200
diff --git a/p/haskell-flexible-defaults/debian/compat b/p/haskell-flexible-defaults/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-flexible-defaults/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-flexible-defaults/debian/control b/p/haskell-flexible-defaults/debian/control
new file mode 100644
index 000000000..22b8db912
--- /dev/null
+++ b/p/haskell-flexible-defaults/debian/control
@@ -0,0 +1,68 @@
+Source: haskell-flexible-defaults
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , ghc-ghci
+ , libghc-th-extras-dev
+ , libghc-th-extras-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-th-extras-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/flexible-defaults
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-flexible-defaults
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-flexible-defaults
+X-Description: Generate default function implementations for complex type classes
+ Template Haskell code to implement default implementations for
+ type-class functions based on which functions are already implemented.
+ Currently extremely crude but still fairly effective.
+ .
+ When defining a type class with many functions, each of which can be
+ implemented based on arbitrary subsets of the others, the standard
+ default-implementation concept breaks down quite badly. This library
+ provides a system by which more complex rules can be described for
+ choosing default implementations based on which ones the user
+ supplies. These implementations can additionally be given
+ "suitability scores", so that when multiple possible choices could be
+ made, the library can choose the "best" one.
+
+Package: libghc-flexible-defaults-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-flexible-defaults-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-flexible-defaults-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 --git a/p/haskell-flexible-defaults/debian/copyright b/p/haskell-flexible-defaults/debian/copyright
new file mode 100644
index 000000000..5a74b14c5
--- /dev/null
+++ b/p/haskell-flexible-defaults/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flexible-defaults
+Upstream-Contact: James Cook <mokus@deepbondi.net>
+Source: http://hackage.haskell.org/package/flexible-defaults
+
+Files: *
+Copyright: James Cook
+License: public-domain
+
+Files: debian/*
+Copyright: 2015 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 --git a/p/haskell-flexible-defaults/debian/rules b/p/haskell-flexible-defaults/debian/rules
new file mode 100755
index 000000000..d730346e0
--- /dev/null
+++ b/p/haskell-flexible-defaults/debian/rules
@@ -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 --git a/p/haskell-flexible-defaults/debian/source/format b/p/haskell-flexible-defaults/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-flexible-defaults/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-flexible-defaults/debian/watch b/p/haskell-flexible-defaults/debian/watch
new file mode 100644
index 000000000..86424fd51
--- /dev/null
+++ b/p/haskell-flexible-defaults/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/flexible-defaults/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))