[DHG_packages] 04/06: th-extras: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sat Oct 15 16:54:54 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 c07d0e33b26beae09ab9dfa1fd13c129975256c2
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 15 12:52:20 2016 -0400
th-extras: build with ghc 8 in experimental
---
p/haskell-th-extras/debian/changelog | 6 ++--
p/haskell-th-extras/debian/control | 54 +++++++++++++++++++++++-------------
2 files changed, 37 insertions(+), 23 deletions(-)
diff --git a/p/haskell-th-extras/debian/changelog b/p/haskell-th-extras/debian/changelog
index a930049..c940e09 100644
--- a/p/haskell-th-extras/debian/changelog
+++ b/p/haskell-th-extras/debian/changelog
@@ -1,8 +1,8 @@
-haskell-th-extras (0.0.0.4-2) UNRELEASED; urgency=medium
+haskell-th-extras (0.0.0.4-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:08 +0200
+ -- Clint Adams <clint at debian.org> Sat, 15 Oct 2016 12:52:02 -0400
haskell-th-extras (0.0.0.4-1) unstable; urgency=medium
diff --git a/p/haskell-th-extras/debian/control b/p/haskell-th-extras/debian/control
index 9dbb58b..50de717 100644
--- a/p/haskell-th-extras/debian/control
+++ b/p/haskell-th-extras/debian/control
@@ -1,35 +1,42 @@
Source: haskell-th-extras
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,
- ghc-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-ghci,
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-syb-dev,
libghc-syb-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-syb-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/mokus0/th-extras
-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-th-extras
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Grab bag of functions for use with Template Haskell
+X-Description: grab bag of functions for use with Template Haskell
Various ugly CPP hacks to support the ever-changing interface of the template
haskell system by providing high-level operations and making sure they work on
as many versions of Template Haskell as possible.
Package: libghc-th-extras-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}
.
@@ -37,11 +44,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-th-extras-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}
.
@@ -50,10 +61,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-th-extras-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