[DHG_packages] 03/05: streaming-common: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:34:50 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 10e34d09df90e4f8293d7548fb895b0e100c1a93
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:29:22 2016 -0400

    streaming-common: build with ghc 8 in experimental
---
 p/haskell-streaming-commons/debian/changelog |  6 ++++
 p/haskell-streaming-commons/debian/control   | 46 +++++++++++++---------------
 2 files changed, 28 insertions(+), 24 deletions(-)

diff --git a/p/haskell-streaming-commons/debian/changelog b/p/haskell-streaming-commons/debian/changelog
index e1f291b..a3745e2 100644
--- a/p/haskell-streaming-commons/debian/changelog
+++ b/p/haskell-streaming-commons/debian/changelog
@@ -1,3 +1,9 @@
+haskell-streaming-commons (0.1.16-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 16:29:17 -0400
+
 haskell-streaming-commons (0.1.16-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-streaming-commons/debian/control b/p/haskell-streaming-commons/debian/control
index b7569b4..ad2ed65 100644
--- a/p/haskell-streaming-commons/debian/control
+++ b/p/haskell-streaming-commons/debian/control
@@ -3,18 +3,22 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint 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-async-dev,
  libghc-async-prof,
- libghc-blaze-builder-dev (>= 0.3),
+ libghc-blaze-builder-dev,
  libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.3),
  libghc-blaze-builder-prof,
+ libghc-hspec-dev (>= 1.8),
  libghc-network-dev (>= 2.4.0.0),
  libghc-network-prof,
+ libghc-quickcheck2-dev,
  libghc-random-dev,
  libghc-random-prof,
  libghc-stm-dev,
@@ -23,10 +27,8 @@ Build-Depends: debhelper (>= 9),
  libghc-text-prof,
  libghc-zlib-dev,
  libghc-zlib-prof,
- libghc-quickcheck2-dev,
- libghc-blaze-builder-dev,
- libghc-hspec-dev (>= 1.8),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-async-doc,
  libghc-blaze-builder-doc,
  libghc-network-doc,
@@ -36,7 +38,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-zlib-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/fpco/streaming-commons
-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-streaming-commons
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: common lower-level functions for various streaming data libraries
  Provides low-dependency functionality commonly needed by various
@@ -44,12 +46,10 @@ X-Description: common lower-level functions for various streaming data libraries
 
 Package: libghc-streaming-commons-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -57,11 +57,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-streaming-commons-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -70,10 +69,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-streaming-commons-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 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