[DHG_packages] 04/05: diagrams-core: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 16:37:33 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 90e8cce3fa4505deb2ae41233b37f5fbb09133d2
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 12:36:15 2016 -0400

    diagrams-core: build with ghc 8 in experimental
---
 p/haskell-diagrams-core/debian/changelog |  6 +++
 p/haskell-diagrams-core/debian/control   | 66 +++++++++++++++++++-------------
 2 files changed, 46 insertions(+), 26 deletions(-)

diff --git a/p/haskell-diagrams-core/debian/changelog b/p/haskell-diagrams-core/debian/changelog
index 3d6267b..0ffbe1c 100644
--- a/p/haskell-diagrams-core/debian/changelog
+++ b/p/haskell-diagrams-core/debian/changelog
@@ -1,3 +1,9 @@
+haskell-diagrams-core (1.3.0.8-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 12:36:07 -0400
+
 haskell-diagrams-core (1.3.0.8-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-diagrams-core/debian/control b/p/haskell-diagrams-core/debian/control
index c498a13..73fc3de 100644
--- a/p/haskell-diagrams-core/debian/control
+++ b/p/haskell-diagrams-core/debian/control
@@ -1,40 +1,43 @@
 Source: haskell-diagrams-core
 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-adjunctions-dev (>= 4.0),
+ haskell-devscripts (>= 0.10),
  libghc-adjunctions-dev (<< 5.0),
+ libghc-adjunctions-dev (>= 4.0),
  libghc-adjunctions-prof,
- libghc-distributive-dev (>= 0.2.2),
  libghc-distributive-dev (<< 1.0),
+ libghc-distributive-dev (>= 0.2.2),
  libghc-distributive-prof,
- libghc-dual-tree-dev (>= 0.2),
  libghc-dual-tree-dev (<< 0.3),
+ libghc-dual-tree-dev (>= 0.2),
  libghc-dual-tree-prof,
- libghc-lens-dev (>= 4.0),
  libghc-lens-dev (<< 4.15),
+ libghc-lens-dev (>= 4.0),
  libghc-lens-prof,
- libghc-linear-dev (>= 1.11.3),
  libghc-linear-dev (<< 1.21),
+ libghc-linear-dev (>= 1.11.3),
  libghc-linear-prof,
- libghc-monoid-extras-dev (>= 0.3),
  libghc-monoid-extras-dev (<< 0.5),
+ libghc-monoid-extras-dev (>= 0.3),
  libghc-monoid-extras-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
- libghc-semigroups-dev (>= 0.8.4),
  libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-dev (>= 0.8.4),
  libghc-semigroups-prof,
- libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-adjunctions-doc,
  libghc-distributive-doc,
  libghc-dual-tree-doc,
@@ -46,18 +49,22 @@ Build-Depends-Indep: ghc-doc,
  libghc-unordered-containers-doc,
 Standards-Version: 3.9.8
 Homepage: http://projects.haskell.org/diagrams
-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-diagrams-core
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-diagrams-core-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
  libghc-diagrams-dev,
-Provides: ${haskell:Provides},
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Core libraries for diagrams EDSL${haskell:ShortBlurb}
  The core modules underlying diagrams, an embedded domain-specific language for
  compositional, declarative drawing.
@@ -66,12 +73,16 @@ Description: Core libraries for diagrams EDSL${haskell:ShortBlurb}
 
 Package: libghc-diagrams-core-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
  libghc-diagrams-prof,
-Provides: ${haskell:Provides},
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Core libraries for diagrams EDSL${haskell:ShortBlurb}
  The core modules underlying diagrams, an embedded domain-specific language for
  compositional, declarative drawing.
@@ -81,11 +92,14 @@ Description: Core libraries for diagrams EDSL${haskell:ShortBlurb}
 Package: libghc-diagrams-core-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
  libghc-diagrams-doc,
+ ${haskell:Suggests},
 Description: Core libraries for diagrams EDSL${haskell:ShortBlurb}
  The core modules underlying diagrams, an embedded domain-specific language for
  compositional, declarative drawing.

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