diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-07-26 16:30:52 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-07-26 16:30:52 +0400 |
| commit | c95b5e18c0d7ca55fc22bcb5eb8ed0341c609ee3 (patch) | |
| tree | 8ec21cdf04087d824501eb397511a9445cabc486 /p/haskell-stmonadtrans/debian | |
| parent | a84a3cc80348fc3dabc13b098f7145570eaf87f3 (diff) | |
| download | DHG_packages-c95b5e18c0d7ca55fc22bcb5eb8ed0341c609ee3.tar.gz | |
haskell-stmonadtrans: Initial check-in
Diffstat (limited to 'p/haskell-stmonadtrans/debian')
| -rw-r--r-- | p/haskell-stmonadtrans/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-stmonadtrans/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-stmonadtrans/debian/control | 65 | ||||
| -rw-r--r-- | p/haskell-stmonadtrans/debian/copyright | 74 | ||||
| -rwxr-xr-x | p/haskell-stmonadtrans/debian/rules | 6 | ||||
| -rw-r--r-- | p/haskell-stmonadtrans/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-stmonadtrans/debian/watch | 2 |
7 files changed, 154 insertions, 0 deletions
diff --git a/p/haskell-stmonadtrans/debian/changelog b/p/haskell-stmonadtrans/debian/changelog new file mode 100644 index 000000000..be1e480b1 --- /dev/null +++ b/p/haskell-stmonadtrans/debian/changelog @@ -0,0 +1,5 @@ +haskell-stmonadtrans (0.3.2-1) UNRELEASED; urgency=low + + * Initial release. + + -- Joachim Breitner <nomeata@debian.org> Thu, 01 Jan 1970 00:00:00 +0000 diff --git a/p/haskell-stmonadtrans/debian/compat b/p/haskell-stmonadtrans/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/p/haskell-stmonadtrans/debian/compat @@ -0,0 +1 @@ +9 diff --git a/p/haskell-stmonadtrans/debian/control b/p/haskell-stmonadtrans/debian/control new file mode 100644 index 000000000..eca882412 --- /dev/null +++ b/p/haskell-stmonadtrans/debian/control @@ -0,0 +1,65 @@ +Source: haskell-stmonadtrans +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Joachim Breitner <nomeata@debian.org> +Build-Depends: debhelper (>= 9) + , cdbs + , haskell-devscripts (>= 0.8.15) + , ghc + , ghc-prof + , libghc-mtl-dev (>= 0.1) + , libghc-mtl-dev (<< 0.2) + , libghc-mtl-prof +Build-Depends-Indep: ghc-doc + , libghc-mtl-doc +Standards-Version: 3.9.2 +Homepage: http://hackage.haskell.org/package/stmonadtrans +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stmonadtrans +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stmonadtrans +X-Description: monad transformer version of the ST monad + This package provides a monad transformer version of the ST monad. + . + Warning! This monad transformer should not be used with monads that can + contain multiple answers, like the list monad. The reason is that the will be + duplicated across the different answers and this cause Bad Things to happen + (such as loss of referential transparency). Safe monads include the monads + State, Reader, Writer, Maybe and combinations of their corresponding monad + transformers. + + +Package: libghc-stmonadtrans-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-stmonadtrans-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-stmonadtrans-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-stmonadtrans/debian/copyright b/p/haskell-stmonadtrans/debian/copyright new file mode 100644 index 000000000..d3219af27 --- /dev/null +++ b/p/haskell-stmonadtrans/debian/copyright @@ -0,0 +1,74 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: stmonadtrans +Upstream-Contact: Josef Svenningsson <josef.svenningsson@gmail.com> +Source: http://hackage.haskell.org/package/stmonadtrans + +Files: * +Copyright: 2008-2010 Josef Svenningsson + 1994-2000, 2004 The University of Glasgow +License: stmonadtrans license +License: The Glasgow Haskell Compiler License + +Files: debian/* +Copyright: 2014 Joachim Breitner +License: stmonadtrans license + +License: stmonadtrans license + 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 Josef Svenningsson 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. + +License: The Glasgow Haskell Compiler License + 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 name of the University nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF + GLASGOW AND THE 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 + UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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-stmonadtrans/debian/rules b/p/haskell-stmonadtrans/debian/rules new file mode 100755 index 000000000..d730346e0 --- /dev/null +++ b/p/haskell-stmonadtrans/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-stmonadtrans/debian/source/format b/p/haskell-stmonadtrans/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-stmonadtrans/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-stmonadtrans/debian/watch b/p/haskell-stmonadtrans/debian/watch new file mode 100644 index 000000000..0156e0bed --- /dev/null +++ b/p/haskell-stmonadtrans/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/stmonadtrans/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
