summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 00:51:58 -0400
committerClint Adams <clint@debian.org>2016-10-17 00:51:58 -0400
commitd4f3f229d22f0564f970463fd01fa0a593f9433d (patch)
tree5334fd6131d395ecbe37bdff3d0f3f6531595fd2
parentdcaa379590939b4a61f554ce755fe4879838c28a (diff)
downloadDHG_packages-d4f3f229d22f0564f970463fd01fa0a593f9433d.tar.gz
vector-th-unbox: build with ghc 8 in experimental
-rw-r--r--p/haskell-vector-th-unbox/debian/changelog6
-rw-r--r--p/haskell-vector-th-unbox/debian/control56
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 ae73f8b3c..42bff7873 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@debian.org> Thu, 02 Jun 2016 19:13:11 +0200
+ -- Clint Adams <clint@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 39acd7254..b84a4141a 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@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>
+Uploaders:
+ Joachim Breitner <nomeata@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}
.