[DHG_packages] 04/05: mutable-containers: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 00:27:21 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 61bb3ccb776868cf14db1f7f56b7d519a3c72206
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 20:25:03 2016 -0400

    mutable-containers: build with ghc 8 in experimental
---
 p/haskell-mutable-containers/debian/changelog |  6 +++
 p/haskell-mutable-containers/debian/control   | 63 +++++++++++++++++----------
 2 files changed, 46 insertions(+), 23 deletions(-)

diff --git a/p/haskell-mutable-containers/debian/changelog b/p/haskell-mutable-containers/debian/changelog
index 18b0af4..3883452 100644
--- a/p/haskell-mutable-containers/debian/changelog
+++ b/p/haskell-mutable-containers/debian/changelog
@@ -1,3 +1,9 @@
+haskell-mutable-containers (0.3.3-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 20:24:58 -0400
+
 haskell-mutable-containers (0.3.3-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-mutable-containers/debian/control b/p/haskell-mutable-containers/debian/control
index 8925aaf..5f92850 100644
--- a/p/haskell-mutable-containers/debian/control
+++ b/p/haskell-mutable-containers/debian/control
@@ -1,23 +1,26 @@
 Source: haskell-mutable-containers
 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,
+ haskell-devscripts (>= 0.10),
+ libghc-hspec-dev,
  libghc-mono-traversable-dev,
  libghc-mono-traversable-prof,
+ libghc-primitive-dev,
  libghc-primitive-dev (>= 0.5.2.1),
  libghc-primitive-prof,
+ libghc-quickcheck2-dev,
  libghc-vector-dev,
  libghc-vector-prof,
- libghc-quickcheck2-dev,
- libghc-hspec-dev,
- libghc-primitive-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mono-traversable-doc,
  libghc-primitive-doc,
  libghc-vector-doc,
@@ -25,7 +28,7 @@ Standards-Version: 3.9.8
 Homepage: https://github.com/fpco/mutable-containers
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-mutable-containers
 Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
-X-Description: Abstactions and concrete implementations of mutable containers
+X-Description: abstactions and concrete implementations of mutable containers
  One of Haskell's strengths is immutable data structures. These structures make
  it easier to reason about code, simplify concurrency and parallelism, and in
  some cases can improve performance by allowing sharing. However, there are
@@ -36,13 +39,18 @@ X-Description: Abstactions and concrete implementations of mutable containers
 
 Package: libghc-mutable-containers-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -50,12 +58,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-mutable-containers-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -64,11 +77,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-mutable-containers-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+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