[DHG_packages] 01/05: vector-th-unbox: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 04:55:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit d4f3f229d22f0564f970463fd01fa0a593f9433d
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 00:51:58 2016 -0400
vector-th-unbox: build with ghc 8 in experimental
---
p/haskell-vector-th-unbox/debian/changelog | 6 ++--
p/haskell-vector-th-unbox/debian/control | 56 +++++++++++++++++++-----------
2 files changed, 38 insertions(+), 24 deletions(-)
diff --git a/p/haskell-vector-th-unbox/debian/changelog b/p/haskell-vector-th-unbox/debian/changelog
index ae73f8b..42bff78 100644
--- a/p/haskell-vector-th-unbox/debian/changelog
+++ b/p/haskell-vector-th-unbox/debian/changelog
@@ -1,8 +1,8 @@
-haskell-vector-th-unbox (0.2.1.6-2) UNRELEASED; urgency=medium
+haskell-vector-th-unbox (0.2.1.6-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:13:11 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 00:51:49 -0400
haskell-vector-th-unbox (0.2.1.6-1) unstable; urgency=medium
diff --git a/p/haskell-vector-th-unbox/debian/control b/p/haskell-vector-th-unbox/debian/control
index 39acd72..b84a414 100644
--- a/p/haskell-vector-th-unbox/debian/control
+++ b/p/haskell-vector-th-unbox/debian/control
@@ -1,36 +1,43 @@
Source: haskell-vector-th-unbox
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-vector-dev (>= 0.7),
- libghc-vector-prof,
+ haskell-devscripts (>= 0.10),
libghc-data-default-dev,
libghc-vector-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-vector-dev (>= 0.7),
+ libghc-vector-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-vector-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/vector-th-unbox
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-vector-th-unbox
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Deriver for Data.Vector.Unboxed using Template Haskell
+X-Description: deriver for Data.Vector.Unboxed using Template Haskell
This Haskell library package provides a Template Haskell deriver for unboxed
vectors, given a pair of coercion functions to and from some existing type
with an Unbox instance.
Package: libghc-vector-th-unbox-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -38,11 +45,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-vector-th-unbox-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -51,10 +62,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-vector-th-unbox-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
--
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