summaryrefslogtreecommitdiff
path: root/p/haskell-tasty-th
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 16:31:20 -0400
committerClint Adams <clint@debian.org>2016-10-16 16:31:20 -0400
commit2eb158b66b6d5e7c37a25a7fc0bfa311fcfc0aba (patch)
tree3f6362a46c8802553a100c57cba37639e90ac308 /p/haskell-tasty-th
parent80b61a612322f92cffa1b516008194b4ec523bc5 (diff)
downloadDHG_packages-2eb158b66b6d5e7c37a25a7fc0bfa311fcfc0aba.tar.gz
tasty-th: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-tasty-th')
-rw-r--r--p/haskell-tasty-th/debian/changelog6
-rw-r--r--p/haskell-tasty-th/debian/control51
2 files changed, 35 insertions, 22 deletions
diff --git a/p/haskell-tasty-th/debian/changelog b/p/haskell-tasty-th/debian/changelog
index 52d65ca12..6e64e9783 100644
--- a/p/haskell-tasty-th/debian/changelog
+++ b/p/haskell-tasty-th/debian/changelog
@@ -1,8 +1,8 @@
-haskell-tasty-th (0.1.4-2) UNRELEASED; urgency=medium
+haskell-tasty-th (0.1.4-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:13:06 +0200
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 16:31:05 -0400
haskell-tasty-th (0.1.4-1) unstable; urgency=medium
diff --git a/p/haskell-tasty-th/debian/control b/p/haskell-tasty-th/debian/control
index c25d52faf..6287eb3d4 100644
--- a/p/haskell-tasty-th/debian/control
+++ b/p/haskell-tasty-th/debian/control
@@ -1,21 +1,23 @@
Source: haskell-tasty-th
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ Clint Adams <clint@debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-tasty-dev,
libghc-tasty-prof,
- ghc-ghci,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-tasty-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/bennofs/tasty-th
-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-tasty-th
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: TH code generation for Tasty test framework
Automagically generate the HUnit- and Quickcheck-bulk-code using
@@ -23,12 +25,16 @@ X-Description: TH code generation for Tasty test framework
Package: libghc-tasty-th-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}
.
@@ -36,11 +42,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-tasty-th-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}
.
@@ -49,10 +59,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-tasty-th-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}
.