[DHG_packages] 04/05: test-framework-th-prime: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 16:27:36 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 943f47bc56ba52da212d1b64ab5dc2ee5b06124a
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 12:26:22 2016 -0400
test-framework-th-prime: build with ghc 8 in experimental
---
p/haskell-test-framework-th-prime/debian/changelog | 6 +++
p/haskell-test-framework-th-prime/debian/control | 55 ++++++++++++++--------
2 files changed, 42 insertions(+), 19 deletions(-)
diff --git a/p/haskell-test-framework-th-prime/debian/changelog b/p/haskell-test-framework-th-prime/debian/changelog
index 7261ce2..abccc1e 100644
--- a/p/haskell-test-framework-th-prime/debian/changelog
+++ b/p/haskell-test-framework-th-prime/debian/changelog
@@ -1,3 +1,9 @@
+haskell-test-framework-th-prime (0.0.9-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 12:26:17 -0400
+
haskell-test-framework-th-prime (0.0.9-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-test-framework-th-prime/debian/control b/p/haskell-test-framework-th-prime/debian/control
index a60d42f..8b3e297 100644
--- a/p/haskell-test-framework-th-prime/debian/control
+++ b/p/haskell-test-framework-th-prime/debian/control
@@ -1,20 +1,23 @@
Source: haskell-test-framework-th-prime
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
libghc-cpphs-dev (>= 0.2.1),
libghc-cpphs-prof,
libghc-src-exts-dev,
libghc-src-exts-prof,
libghc-test-framework-dev,
libghc-test-framework-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-cpphs-doc,
libghc-src-exts-doc,
libghc-test-framework-doc,
@@ -28,13 +31,18 @@ X-Description: Template Haskell for test framework
Package: libghc-test-framework-th-prime-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -42,12 +50,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-test-framework-th-prime-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -56,11 +69,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-test-framework-th-prime-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
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