diff options
| author | mascellani <mascellani@poisson.phc.unipi.it> | 2010-04-07 15:49:48 +0400 |
|---|---|---|
| committer | mascellani <mascellani@poisson.phc.unipi.it> | 2010-04-07 15:49:48 +0400 |
| commit | 039648ef9d0e5f45d0b581d30837bbb738b1a79b (patch) | |
| tree | f9113a3ca699214110750b3f1bd649427d63146e /p/haskell-maybet | |
| parent | 818c6db7e0a9c115a8db0128f108fba5908a16e5 (diff) | |
| download | DHG_packages-039648ef9d0e5f45d0b581d30837bbb738b1a79b.tar.gz | |
haskell-maybet: Initial import
Diffstat (limited to 'p/haskell-maybet')
| -rw-r--r-- | p/haskell-maybet/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-maybet/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-maybet/debian/control | 70 | ||||
| -rw-r--r-- | p/haskell-maybet/debian/copyright | 40 | ||||
| -rw-r--r-- | p/haskell-maybet/debian/libghc6-maybet-doc.doc-base | 9 | ||||
| -rwxr-xr-x | p/haskell-maybet/debian/rules | 4 | ||||
| -rw-r--r-- | p/haskell-maybet/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-maybet/debian/watch | 5 |
8 files changed, 135 insertions, 0 deletions
diff --git a/p/haskell-maybet/debian/changelog b/p/haskell-maybet/debian/changelog new file mode 100644 index 000000000..255374609 --- /dev/null +++ b/p/haskell-maybet/debian/changelog @@ -0,0 +1,5 @@ +haskell-maybet (0.1.2-1) UNRELEASED; urgency=low + + * Initial release. (closes: #576693) + + -- Giovanni Mascellani <mascellani@poisson.phc.unipi.it> Tue, 06 Apr 2010 15:10:56 +0200 diff --git a/p/haskell-maybet/debian/compat b/p/haskell-maybet/debian/compat new file mode 100644 index 000000000..c7930257d --- /dev/null +++ b/p/haskell-maybet/debian/compat @@ -0,0 +1 @@ +7
\ No newline at end of file diff --git a/p/haskell-maybet/debian/control b/p/haskell-maybet/debian/control new file mode 100644 index 000000000..da99fde6f --- /dev/null +++ b/p/haskell-maybet/debian/control @@ -0,0 +1,70 @@ +Source: haskell-maybet +Priority: extra +Section: haskell +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Giovanni Mascellani <mascellani@poisson.phc.unipi.it> +Build-Depends: + debhelper (>= 7), + haskell-devscripts, + cdbs, + ghc6, + ghc6-prof, + libghc6-mtl-dev, + libghc6-mtl-prof +Build-Depends-Indep: + ghc6-doc, + libghc6-mtl-doc +Standards-Version: 3.8.4 +Homepage: http://hackage.haskell.org/package/MaybeT +Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-maybet +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-maybet + +Package: libghc6-maybet-dev +Architecture: any +Depends: + ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends} +Suggests: ${haskell:Suggests} +Recommends: ${haskell:Recommends} +Description: Haskell MaybeT monad transformer - GHC 6 libraries + MaybeT is a Haskell monad transformer that adds Maybe semantics to an + existing monad, making it able to fail (i.e. return Nothing) or be + successful (return the result wrapped in a Just). + . + If you don't know what a Haskell monad is, you can just ignore this package. + . + This package contains the libraries compiled for GHC 6. + +Package: libghc6-maybet-prof +Architecture: any +Depends: + ${haskell:Depends}, + ${misc:Depends} +Suggests: ${haskell:Suggests} +Recommends: ${haskell:Recommends} +Description: Haskell MaybeT monad transformer - GHC 6 profiling libraries + MaybeT is a Haskell monad transformer that adds Maybe semantics to an + existing monad, making it able to fail (i.e. return Nothing) or be + successful (return the result wrapped in a Just). + . + If you don't know what a Haskell monad is, you can just ignore this package. + . + This package contains the profiling libraries compiled for GHC 6. + +Package: libghc6-maybet-doc +Section: doc +Architecture: all +Depends: + ${haskell:Depends}, + ${misc:Depends} +Suggests: ${haskell:Suggests} +Recommends: ${haskell:Recommends} +Description: Haskell MaybeT monad transformer - documentation + MaybeT is a Haskell monad transformer that adds Maybe semantics to an + existing monad, making it able to fail (i.e. return Nothing) or be + successful (return the result wrapped in a Just). + . + If you don't know what a Haskell monad is, you can just ignore this package. + . + This package contains the library documentation. diff --git a/p/haskell-maybet/debian/copyright b/p/haskell-maybet/debian/copyright new file mode 100644 index 000000000..f6998c6c6 --- /dev/null +++ b/p/haskell-maybet/debian/copyright @@ -0,0 +1,40 @@ +Format-Specification: http://dep.debian.net/deps/dep5 +Name: Haskell MaybeT monad transformer +Maintainer: Eric Kidd <haskell@randomhacks.net> +Source: http://hackage.haskell.org/package/MaybeT + +Files: * +Copyright: © 2007, Eric Kidd <haskell@randomhacks.net> +License: BSD + 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. + * The names of this library's contributors may not 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. + +Files: debian/* +Copyright: © 2010 Giovanni Mascellani <mascellani@poisson.phc.unipi.it> +License: GPL-3+ + The Debian packaging information is under the GPL, version 3 or later. On + Debian GNU/Linux systems, the complete text of the GNU General Public License + Version 3 can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/p/haskell-maybet/debian/libghc6-maybet-doc.doc-base b/p/haskell-maybet/debian/libghc6-maybet-doc.doc-base new file mode 100644 index 000000000..f83c0ac14 --- /dev/null +++ b/p/haskell-maybet/debian/libghc6-maybet-doc.doc-base @@ -0,0 +1,9 @@ +Document: haskell-maybet-api +Title: Documentation for the haskell maybet library +Author: Eric Kidd +Abstract: maybet is a Haskell library that adds Maybe semantics to monads +Section: Programming/Haskell + +Format: HTML +Index: /usr/share/doc/libghc6-maybet-doc/html/index.html +Files: /usr/share/doc/libghc6-maybet-doc/html/*.html diff --git a/p/haskell-maybet/debian/rules b/p/haskell-maybet/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-maybet/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-maybet/debian/source/format b/p/haskell-maybet/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-maybet/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-maybet/debian/watch b/p/haskell-maybet/debian/watch new file mode 100644 index 000000000..04c0492d8 --- /dev/null +++ b/p/haskell-maybet/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|MaybeT-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/MaybeT \ + ([\d\.]*\d)/ |
