[DHG_packages] 01/01: add th-utilities

Clint Adams clint at moszumanska.debian.org
Sun Jul 16 22:13:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit fef7f90414d2b6f4ec3c6cec6423e3876b2dc206
Author: Clint Adams <clint at debian.org>
Date:   Sun Jul 16 18:12:45 2017 -0400

    add th-utilities
---
 p/haskell-th-utilities/debian/changelog     |  5 ++
 p/haskell-th-utilities/debian/compat        |  1 +
 p/haskell-th-utilities/debian/control       | 86 +++++++++++++++++++++++++++++
 p/haskell-th-utilities/debian/copyright     | 32 +++++++++++
 p/haskell-th-utilities/debian/rules         |  9 +++
 p/haskell-th-utilities/debian/source/format |  1 +
 p/haskell-th-utilities/debian/watch         |  2 +
 7 files changed, 136 insertions(+)

diff --git a/p/haskell-th-utilities/debian/changelog b/p/haskell-th-utilities/debian/changelog
new file mode 100644
index 0000000..304df56
--- /dev/null
+++ b/p/haskell-th-utilities/debian/changelog
@@ -0,0 +1,5 @@
+haskell-th-utilities (0.2.0.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Jul 2017 17:58:06 -0400
diff --git a/p/haskell-th-utilities/debian/compat b/p/haskell-th-utilities/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/p/haskell-th-utilities/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-th-utilities/debian/control b/p/haskell-th-utilities/debian/control
new file mode 100644
index 0000000..5c2fbc5
--- /dev/null
+++ b/p/haskell-th-utilities/debian/control
@@ -0,0 +1,86 @@
+Source: haskell-th-utilities
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-primitive-dev,
+ libghc-primitive-prof,
+ libghc-syb-dev,
+ libghc-syb-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-th-orphans-dev,
+ libghc-th-orphans-prof,
+ libghc-hspec-dev,
+ libghc-vector-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-primitive-doc,
+ libghc-syb-doc,
+ libghc-text-doc,
+ libghc-th-orphans-doc,
+Standards-Version: 4.0.0
+Homepage: https://github.com/fpco/th-utilities#readme
+X-Description: useful functions for use with Template Haskell
+ The 'th-utilities' package provides a number of useful utilities for
+ Template Haskell. In particular:
+ .
+  * TH.Derive provides a convenient system for using TH to derive
+    typeclass instances. It allows for open registration of TH
+    derivers, and reuses instance syntax for invoking them.
+      * TH.Derive.Storable defines derivation of Storable for ADTs.
+  * TH.ReifyDataType provides utilities for reifying simplified datatype
+    info. It omits details that you don't usually want to handle, making
+    it much more straightforward to generate code based on datatype
+    structure.
+  * TH.RelativePaths provides utilities for loading files based on paths
+    relative to the cabal file. This is particularly handy for loading
+    code into ghci even when its current dir isn't the package dir.
+    Ideally, this module would be used by everyone who currently uses
+    qAddDependentFile.
+  * TH.Utilities provides a miscellaneous set of utilities that are
+    useful within this package and elsewhere.
+
+Package: libghc-th-utilities-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-th-utilities-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-th-utilities-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-th-utilities/debian/copyright b/p/haskell-th-utilities/debian/copyright
new file mode 100644
index 0000000..f80fbeb
--- /dev/null
+++ b/p/haskell-th-utilities/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: th-utilities
+Upstream-Contact: Michael Sloan <sloan at fpcomplete.com>
+Source: https://hackage.haskell.org/package/th-utilities
+
+Files: *
+Copyright: 2016 FP Complete
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+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-th-utilities/debian/rules b/p/haskell-th-utilities/debian/rules
new file mode 100755
index 0000000..dd6f252
--- /dev/null
+++ b/p/haskell-th-utilities/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = th-utilities
+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-th-utilities/debian/source/format b/p/haskell-th-utilities/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-th-utilities/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-th-utilities/debian/watch b/p/haskell-th-utilities/debian/watch
new file mode 100644
index 0000000..ffe3240
--- /dev/null
+++ b/p/haskell-th-utilities/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/th-utilities/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list