[DHG_packages] 05/05: vector-binary-instances: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:34:47 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 cd570e782f70d301b7a5a8905df343f62c203751
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:33:19 2016 -0400

    vector-binary-instances: build with ghc 8 in experimental
---
 p/haskell-vector-binary-instances/debian/changelog |  6 +--
 p/haskell-vector-binary-instances/debian/control   | 54 ++++++++++++++--------
 2 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-vector-binary-instances/debian/changelog b/p/haskell-vector-binary-instances/debian/changelog
index feba2f4..270fcba 100644
--- a/p/haskell-vector-binary-instances/debian/changelog
+++ b/p/haskell-vector-binary-instances/debian/changelog
@@ -1,8 +1,8 @@
-haskell-vector-binary-instances (0.2.3.2-2) UNRELEASED; urgency=medium
+haskell-vector-binary-instances (0.2.3.2-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:11 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:32:58 -0400
 
 haskell-vector-binary-instances (0.2.3.2-1) unstable; urgency=medium
 
diff --git a/p/haskell-vector-binary-instances/debian/control b/p/haskell-vector-binary-instances/debian/control
index fcd902e..5104e9f 100644
--- a/p/haskell-vector-binary-instances/debian/control
+++ b/p/haskell-vector-binary-instances/debian/control
@@ -1,35 +1,42 @@
 Source: haskell-vector-binary-instances
 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-vector-dev (>= 0.6),
+ haskell-devscripts (>= 0.10),
  libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.6),
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/bos/vector-binary-instances
-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-vector-binary-instances
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Instances of Data.Binary and Data.Serialize for vector
+X-Description: instances of Data.Binary and Data.Serialize for vector
   This package provides instances for Binary for the types defined in the
   vector package, making it easy to serialize vectors to and from disk. It uses
   the generic interface to vectors, so all vector types are supported.
 
 Package: libghc-vector-binary-instances-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -37,11 +44,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-vector-binary-instances-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -50,10 +61,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-vector-binary-instances-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: ${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