summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorKristoffer Rose <krisrose@debian.org>2015-08-12 17:25:45 +0200
committerKristoffer Rose <krisrose@debian.org>2015-08-12 17:26:50 +0200
commita9c80ca57ee0b5f4838261571939143528c7f804 (patch)
tree2d1af1ca68f379c83f9f85e2351677bc3e584fd0 /p
parent42a6a23d76c25b9967db26c15acc4ff68cf1ec84 (diff)
downloadDHG_packages-a9c80ca57ee0b5f4838261571939143528c7f804.tar.gz
Added applicative-quoters package.
Diffstat (limited to 'p')
-rw-r--r--p/haskell-applicative-quoters/debian/changelog5
-rw-r--r--p/haskell-applicative-quoters/debian/compat1
-rw-r--r--p/haskell-applicative-quoters/debian/control66
-rw-r--r--p/haskell-applicative-quoters/debian/copyright43
-rwxr-xr-xp/haskell-applicative-quoters/debian/rules7
-rw-r--r--p/haskell-applicative-quoters/debian/source/format1
-rw-r--r--p/haskell-applicative-quoters/debian/watch2
7 files changed, 125 insertions, 0 deletions
diff --git a/p/haskell-applicative-quoters/debian/changelog b/p/haskell-applicative-quoters/debian/changelog
new file mode 100644
index 000000000..f45211496
--- /dev/null
+++ b/p/haskell-applicative-quoters/debian/changelog
@@ -0,0 +1,5 @@
+haskell-applicative-quoters (0.1.0.8-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Kristoffer H Rose <krisrose@debian.org> Wed, 12 Aug 2015 17:09:47 +0200
diff --git a/p/haskell-applicative-quoters/debian/compat b/p/haskell-applicative-quoters/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-applicative-quoters/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-applicative-quoters/debian/control b/p/haskell-applicative-quoters/debian/control
new file mode 100644
index 000000000..99824d553
--- /dev/null
+++ b/p/haskell-applicative-quoters/debian/control
@@ -0,0 +1,66 @@
+Source: haskell-applicative-quoters
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Kristoffer H Rose <krisrose@debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-src-meta-dev (>= 0.2),
+ libghc-src-meta-dev (<< 1),
+ libghc-src-meta-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-src-meta-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/applicative-quoters
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-applicative-quoters
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-applicative-quoters
+X-Description: Quasiquoters for idiom brackets and an applicative do-notation
+ Quasiquoters taken from Matt Morrow's haskell-src-meta to implement
+ Conor McBride's idiom brackets, and a do-notation that only requires
+ Applicative (and is correspondingly less powerful).
+ .
+ applicative-quoters currently has no maintainer: if it is broken and
+ you want it to be fixed, then fix it!
+
+Package: libghc-applicative-quoters-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-applicative-quoters-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-applicative-quoters-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-applicative-quoters/debian/copyright b/p/haskell-applicative-quoters/debian/copyright
new file mode 100644
index 000000000..bb33f91d2
--- /dev/null
+++ b/p/haskell-applicative-quoters/debian/copyright
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: applicative-quoters
+Source: https://hackage.haskell.org/package/applicative-quoters
+
+Files: *
+Copyright: (c) Matt Morrow
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ Copyright (c)2010, Matt Morrow
+ .
+ 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 Matt Morrow 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-applicative-quoters/debian/rules b/p/haskell-applicative-quoters/debian/rules
new file mode 100755
index 000000000..229c725dd
--- /dev/null
+++ b/p/haskell-applicative-quoters/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = applicative-quoters
+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-applicative-quoters/debian/source/format b/p/haskell-applicative-quoters/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-applicative-quoters/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-applicative-quoters/debian/watch b/p/haskell-applicative-quoters/debian/watch
new file mode 100644
index 000000000..52734c544
--- /dev/null
+++ b/p/haskell-applicative-quoters/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/applicative-quoters/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))