[DHG_packages] 01/05: io-streams: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:13:32 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 c67bf72cbd9b606a24cabdecbbedde47e5d02f10
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:08:05 2016 -0400

    io-streams: build with ghc 8 in experimental
---
 p/haskell-io-streams/debian/changelog |  6 +--
 p/haskell-io-streams/debian/control   | 71 ++++++++++++++++++++++-------------
 2 files changed, 47 insertions(+), 30 deletions(-)

diff --git a/p/haskell-io-streams/debian/changelog b/p/haskell-io-streams/debian/changelog
index 7bb41d6..0231f88 100644
--- a/p/haskell-io-streams/debian/changelog
+++ b/p/haskell-io-streams/debian/changelog
@@ -1,8 +1,8 @@
-haskell-io-streams (1.3.5.0-2) UNRELEASED; urgency=medium
+haskell-io-streams (1.3.5.0-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:41 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:07:56 -0400
 
 haskell-io-streams (1.3.5.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-io-streams/debian/control b/p/haskell-io-streams/debian/control
index dcab763..2315b91 100644
--- a/p/haskell-io-streams/debian/control
+++ b/p/haskell-io-streams/debian/control
@@ -1,32 +1,35 @@
 Source: haskell-io-streams
 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-attoparsec-dev (>= 0.10),
+ haskell-devscripts (>= 0.10),
  libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (>= 0.10),
  libghc-attoparsec-prof,
- libghc-network-dev (>= 2.3),
  libghc-network-dev (<< 2.7),
+ libghc-network-dev (>= 2.3),
  libghc-network-prof,
- libghc-primitive-dev (>= 0.2),
  libghc-primitive-dev (<< 0.7),
+ libghc-primitive-dev (>= 0.2),
  libghc-primitive-prof,
- libghc-text-dev (>= 0.10),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.10),
  libghc-text-prof,
- libghc-vector-dev (>= 0.7),
  libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.7),
  libghc-vector-prof,
- libghc-zlib-bindings-dev (>= 0.1),
  libghc-zlib-bindings-dev (<< 0.2),
+ libghc-zlib-bindings-dev (>= 0.1),
  libghc-zlib-bindings-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
  libghc-network-doc,
  libghc-primitive-doc,
@@ -35,22 +38,27 @@ Build-Depends-Indep: ghc-doc,
  libghc-zlib-bindings-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/io-streams
-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-io-streams
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Simple, composable, and easy-to-use stream I/O
+X-Description: simple, composable, and easy-to-use stream I/O
  The io-streams library contains simple and easy-to-use primitives for I/O
  using streams. Most users will want to import the top-level convenience
  module "System.IO.Streams", which re-exports most of the library.
 
 Package: libghc-io-streams-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}
  .
@@ -58,12 +66,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-io-streams-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}
  .
@@ -72,11 +85,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-io-streams-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