[DHG_packages] 02/05: geniplate-mirror: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:04:22 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 b8702759f8b7a12ff484414d9a047af23809f672
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:00:21 2016 -0400

    geniplate-mirror: build with ghc 8 in experimental
---
 p/haskell-geniplate-mirror/debian/changelog |  6 ++---
 p/haskell-geniplate-mirror/debian/control   | 42 +++++++++++++----------------
 2 files changed, 22 insertions(+), 26 deletions(-)

diff --git a/p/haskell-geniplate-mirror/debian/changelog b/p/haskell-geniplate-mirror/debian/changelog
index 6eb9ca2..229c950 100644
--- a/p/haskell-geniplate-mirror/debian/changelog
+++ b/p/haskell-geniplate-mirror/debian/changelog
@@ -1,8 +1,8 @@
-haskell-geniplate-mirror (0.7.4-2) UNRELEASED; urgency=medium
+haskell-geniplate-mirror (0.7.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:12:32 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 16:00:07 -0400
 
 haskell-geniplate-mirror (0.7.4-1) unstable; urgency=medium
 
diff --git a/p/haskell-geniplate-mirror/debian/control b/p/haskell-geniplate-mirror/debian/control
index d858b9d..849fa56 100644
--- a/p/haskell-geniplate-mirror/debian/control
+++ b/p/haskell-geniplate-mirror/debian/control
@@ -3,15 +3,15 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Joachim Breitner <nomeata at 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-mtl-dev,
  libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc
 Standards-Version: 3.9.8
 Homepage: https://github.com/danr/geniplate
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-geniplate-mirror
@@ -25,13 +25,11 @@ X-Description: Use Template Haskell to generate Uniplate-like functions.
 
 Package: libghc-geniplate-mirror-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -39,12 +37,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-geniplate-mirror-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -53,11 +50,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-geniplate-mirror-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+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