[Git][haskell-team/DHG_packages][master] exception-mtl: Initial release

Kari Pahula (@kaol) gitlab at salsa.debian.org
Mon Apr 22 11:33:24 BST 2024



Kari Pahula pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
cb8dfb69 by Kari Pahula at 2024-04-22T13:26:23+03:00
exception-mtl: Initial release

- - - - -


7 changed files:

- + p/haskell-exception-mtl/debian/changelog
- + p/haskell-exception-mtl/debian/compat
- + p/haskell-exception-mtl/debian/control
- + p/haskell-exception-mtl/debian/copyright
- + p/haskell-exception-mtl/debian/rules
- + p/haskell-exception-mtl/debian/source/format
- + p/haskell-exception-mtl/debian/watch


Changes:

=====================================
p/haskell-exception-mtl/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-exception-mtl (0.4.0.2-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Kari Pahula <kaol at debian.org>  Mon, 22 Apr 2024 13:26:17 +0300


=====================================
p/haskell-exception-mtl/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-exception-mtl/debian/control
=====================================
@@ -0,0 +1,64 @@
+Source: haskell-exception-mtl
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Kari Pahula <kaol at debian.org>,
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-exception-transformers-dev (>= 0.3),
+ libghc-exception-transformers-dev (<< 0.5),
+ libghc-exception-transformers-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-exception-transformers-doc,
+Standards-Version: 4.7.0
+Homepage: https://hackage.haskell.org/package/exception-mtl
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-exception-mtl
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-exception-mtl]
+X-Description: exception monad transformer instances for mtl classes
+ This package provides exception monad transformer instances for
+ the classes defined by mtl.
+
+Package: libghc-exception-mtl-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-exception-mtl-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-exception-mtl-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}


=====================================
p/haskell-exception-mtl/debian/copyright
=====================================
@@ -0,0 +1,67 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: exception-mtl
+Upstream-Contact: Geoffrey Mainland <mainland at drexel.edu>
+Source: https://hackage.haskell.org/package/exception-mtl
+
+Files: *
+Copyright: (c) 2008-2011 Harvard University
+ (c) 2011-2018 Geoffrey Mainland
+License: BSD-3-multiple
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3
+
+License: BSD-3-multiple
+ Copyright (c) 2008-2011
+         The President and Fellows of Harvard College.
+ .
+ Copyright (c) 2011-2017, Geoffrey Mainland
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ 1. Redistributions of source code must retain the above copyright notice, this
+    list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 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 HOLDER 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.
+ .
+ Other copyright holders use BSD-3, see the included license entry.
+
+License: BSD-3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the 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 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 UNIVERSITY 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.


=====================================
p/haskell-exception-mtl/debian/rules
=====================================
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = exception-mtl
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-exception-mtl/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-exception-mtl/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/exception-mtl/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/cb8dfb6931ccec9b374d6b27eceda21680cf9e85

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/cb8dfb6931ccec9b374d6b27eceda21680cf9e85
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20240422/55cec14e/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list