[DHG_packages] 05/05: dependent-sum-template: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 04:44:16 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 de592d89eb154556236359514dbf5f1a8d9db6f4
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 00:43:16 2016 -0400
dependent-sum-template: build with ghc 8 in experimental
---
p/haskell-dependent-sum-template/debian/changelog | 6 +--
p/haskell-dependent-sum-template/debian/control | 52 ++++++++++++++---------
2 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/p/haskell-dependent-sum-template/debian/changelog b/p/haskell-dependent-sum-template/debian/changelog
index 3818a58..ac7763c 100644
--- a/p/haskell-dependent-sum-template/debian/changelog
+++ b/p/haskell-dependent-sum-template/debian/changelog
@@ -1,8 +1,8 @@
-haskell-dependent-sum-template (0.0.0.5-2) UNRELEASED; urgency=medium
+haskell-dependent-sum-template (0.0.0.5-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:25 +0200
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 00:43:11 -0400
haskell-dependent-sum-template (0.0.0.5-1) unstable; urgency=medium
diff --git a/p/haskell-dependent-sum-template/debian/control b/p/haskell-dependent-sum-template/debian/control
index e93ff18..a7dea94 100644
--- a/p/haskell-dependent-sum-template/debian/control
+++ b/p/haskell-dependent-sum-template/debian/control
@@ -1,24 +1,27 @@
Source: haskell-dependent-sum-template
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),
+Build-Depends:
cdbs,
- haskell-devscripts (>= 0.10),
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-dependent-sum-dev (>= 0.2),
+ haskell-devscripts (>= 0.10),
libghc-dependent-sum-dev (<< 0.4),
+ libghc-dependent-sum-dev (>= 0.2),
libghc-dependent-sum-prof,
libghc-th-extras-dev (>= 0.0.0.2),
libghc-th-extras-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-dependent-sum-doc,
libghc-th-extras-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/dependent-sum-template
-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-dependent-sum-template
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Automatically generate instances of classes in dependent-sum package
Using the Template Haskell code in this package, you can create instances for
@@ -26,12 +29,16 @@ X-Description: Automatically generate instances of classes in dependent-sum pack
Package: libghc-dependent-sum-template-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}
.
@@ -39,11 +46,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-dependent-sum-template-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}
.
@@ -52,10 +63,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-dependent-sum-template-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