[DHG_packages] 01/02: split: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 15:12: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 5ff6470ca5478e24b45ed9dbcfffb7e8d70c576c
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 11:10:37 2016 -0400

    split: build with ghc 8 in experimental
---
 p/haskell-split/debian/changelog |  6 +++---
 p/haskell-split/debian/control   | 35 ++++++++++++++++-------------------
 2 files changed, 19 insertions(+), 22 deletions(-)

diff --git a/p/haskell-split/debian/changelog b/p/haskell-split/debian/changelog
index 7be3622..1a52f95 100644
--- a/p/haskell-split/debian/changelog
+++ b/p/haskell-split/debian/changelog
@@ -1,8 +1,8 @@
-haskell-split (0.2.3.1-2) UNRELEASED; urgency=medium
+haskell-split (0.2.3.1-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:03 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 11:10:30 -0400
 
 haskell-split (0.2.3.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-split/debian/control b/p/haskell-split/debian/control
index eedd11a..92d0eab 100644
--- a/p/haskell-split/debian/control
+++ b/p/haskell-split/debian/control
@@ -3,12 +3,13 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Giovanni Mascellani <gio at debian.org>, 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/split
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-split
@@ -16,12 +17,10 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-split-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs: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 library for splitting lists${haskell:ShortBlurb}
  This Haskell library provides a wide range of strategies and a unified
  combinator framework for splitting lists with respect to some sort of
@@ -34,11 +33,10 @@ Description: Haskell library for splitting lists${haskell:ShortBlurb}
 
 Package: libghc-split-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 library for splitting lists${haskell:ShortBlurb}
  This Haskell library provides a wide range of strategies and a unified
  combinator framework for splitting lists with respect to some sort of
@@ -52,10 +50,9 @@ Description: Haskell library for splitting lists${haskell:ShortBlurb}
 Package: libghc-split-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: Haskell library for splitting lists${haskell:ShortBlurb}
  This Haskell library provides a wide range of strategies and a unified
  combinator framework for splitting lists with respect to some sort of

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