[DHG_packages] 03/05: monad-par: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 00:12:53 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 ba58324b0cba7ba84e892119d9483ed3645d7fb8
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 20:10:37 2016 -0400

    monad-par: build with ghc 8 in experimental
---
 p/haskell-monad-par/debian/changelog |  6 ++++
 p/haskell-monad-par/debian/control   | 54 +++++++++++++++++++++++-------------
 2 files changed, 40 insertions(+), 20 deletions(-)

diff --git a/p/haskell-monad-par/debian/changelog b/p/haskell-monad-par/debian/changelog
index a0f063f..04ec5ff 100644
--- a/p/haskell-monad-par/debian/changelog
+++ b/p/haskell-monad-par/debian/changelog
@@ -1,3 +1,9 @@
+haskell-monad-par (0.3.4.8-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 20:10:23 -0400
+
 haskell-monad-par (0.3.4.8-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-monad-par/debian/control b/p/haskell-monad-par/debian/control
index 631e2f6..be0695a 100644
--- a/p/haskell-monad-par/debian/control
+++ b/p/haskell-monad-par/debian/control
@@ -1,18 +1,22 @@
 Source: haskell-monad-par
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Iulian Udrea <iulian at physics.org>
+Uploaders:
+ Iulian Udrea <iulian at physics.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-abstract-deque-dev (>= 0.1.4),
  libghc-abstract-deque-prof,
  libghc-abstract-par-dev,
  libghc-abstract-par-prof,
+ libghc-hunit-dev,
  libghc-monad-par-extras-dev (>= 0.3),
+ libghc-monad-par-extras-dev [!mips !mipsel !sparc],
  libghc-monad-par-extras-prof,
  libghc-mtl-dev (>= 2.0.1.0),
  libghc-mtl-prof,
@@ -20,14 +24,13 @@ Build-Depends: debhelper (>= 9),
  libghc-mwc-random-prof,
  libghc-parallel-dev (>= 3.1),
  libghc-parallel-prof,
- libghc-hunit-dev,
  libghc-quickcheck2-dev [!mips !mipsel !sparc],
- libghc-monad-par-extras-dev [!mips !mipsel !sparc],
  libghc-test-framework-dev [!mips !mipsel !sparc],
  libghc-test-framework-hunit-dev [!mips !mipsel !sparc],
  libghc-test-framework-quickcheck2-dev (>= 0.3) [!mips !mipsel !sparc],
  libghc-test-framework-th-dev [!mips !mipsel !sparc],
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-abstract-deque-doc,
  libghc-abstract-par-doc,
  libghc-monad-par-extras-doc,
@@ -36,17 +39,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-parallel-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/simonmar/monad-par
-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-monad-par
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-monad-par-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: parallel programming based on a monad${haskell:ShortBlurb}
  This library offers an alternative parallel programming API to that
  provided by the parallel package. The Par monad allows the simple
@@ -62,11 +69,15 @@ Description: parallel programming based on a monad${haskell:ShortBlurb}
 
 Package: libghc-monad-par-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: parallel programming based on a monad${haskell:ShortBlurb}
  This library offers an alternative parallel programming API to that
  provided by the parallel package. The Par monad allows the simple
@@ -83,10 +94,13 @@ Description: parallel programming based on a monad${haskell:ShortBlurb}
 Package: libghc-monad-par-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: parallel programming based on a monad${haskell:ShortBlurb}
  This library offers an alternative parallel programming API to that
  provided by the parallel package. The Par monad allows the simple

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