[DHG_packages] 04/05: dual-tree: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 22:42:35 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 611488e50eb013425314a521f299d2bddb49e0c8
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 18:41:13 2016 -0400

    dual-tree: build with ghc 8 in experimental
---
 p/haskell-dual-tree/debian/changelog |  6 ++--
 p/haskell-dual-tree/debian/control   | 56 ++++++++++++++++++++++--------------
 2 files changed, 38 insertions(+), 24 deletions(-)

diff --git a/p/haskell-dual-tree/debian/changelog b/p/haskell-dual-tree/debian/changelog
index 393b266..c84a469 100644
--- a/p/haskell-dual-tree/debian/changelog
+++ b/p/haskell-dual-tree/debian/changelog
@@ -1,8 +1,8 @@
-haskell-dual-tree (0.2.0.9-2) UNRELEASED; urgency=medium
+haskell-dual-tree (0.2.0.9-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:27 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 18:41:08 -0400
 
 haskell-dual-tree (0.2.0.9-1) unstable; urgency=medium
 
diff --git a/p/haskell-dual-tree/debian/control b/p/haskell-dual-tree/debian/control
index 0b21a8a..050d6e0 100644
--- a/p/haskell-dual-tree/debian/control
+++ b/p/haskell-dual-tree/debian/control
@@ -1,39 +1,46 @@
 Source: haskell-dual-tree
 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,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-monoid-extras-dev (>= 0.2),
+ haskell-devscripts (>= 0.10),
  libghc-monoid-extras-dev (<< 0.5),
+ libghc-monoid-extras-dev (>= 0.2),
  libghc-monoid-extras-prof,
- libghc-newtype-dev (>= 0.2),
  libghc-newtype-dev (<< 0.3),
+ libghc-newtype-dev (>= 0.2),
  libghc-newtype-prof,
- libghc-semigroups-dev (>= 0.8),
  libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-dev (>= 0.8),
  libghc-semigroups-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-monoid-extras-doc,
  libghc-newtype-doc,
  libghc-semigroups-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/dual-tree
-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-dual-tree
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-dual-tree-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: Rose trees with cached and accumulating monoidal annotations${haskell:ShortBlurb}
  Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling
  (i.e. accumulating) monoidal annotations.
@@ -46,11 +53,15 @@ Description: Rose trees with cached and accumulating monoidal annotations${haske
 
 Package: libghc-dual-tree-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: Rose trees with cached and accumulating monoidal annotations${haskell:ShortBlurb}
  Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling
  (i.e. accumulating) monoidal annotations.
@@ -64,10 +75,13 @@ Description: Rose trees with cached and accumulating monoidal annotations${haske
 Package: libghc-dual-tree-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: Rose trees with cached and accumulating monoidal annotations${haskell:ShortBlurb}
  Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling
  (i.e. accumulating) monoidal annotations.

-- 
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