[DHG_packages] 06/06: set-extra: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 16:35:20 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 fd041aebbe20ea5650e908199056b7944bd988d5
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 12:34:30 2016 -0400

    set-extra: build with ghc 8 in experimental
---
 p/haskell-set-extra/debian/changelog |  6 ++---
 p/haskell-set-extra/debian/control   | 52 +++++++++++++++++++++++-------------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-set-extra/debian/changelog b/p/haskell-set-extra/debian/changelog
index a4d98fe..e9f058f 100644
--- a/p/haskell-set-extra/debian/changelog
+++ b/p/haskell-set-extra/debian/changelog
@@ -1,8 +1,8 @@
-haskell-set-extra (1.4-2) UNRELEASED; urgency=medium
+haskell-set-extra (1.4-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:01 +0200
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 12:34:22 -0400
 
 haskell-set-extra (1.4-1) unstable; urgency=medium
 
diff --git a/p/haskell-set-extra/debian/control b/p/haskell-set-extra/debian/control
index a85977a..71e2a99 100644
--- a/p/haskell-set-extra/debian/control
+++ b/p/haskell-set-extra/debian/control
@@ -1,36 +1,43 @@
 Source: haskell-set-extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
+Uploaders:
+ Sven Bartscher <sven.bartscher at weltraumschlangen.de>,
 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-mtl-dev,
  libghc-mtl-prof,
  libghc-syb-dev,
  libghc-syb-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
  libghc-syb-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/ddssff/set-extra
-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-set-extra
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Utility functions for working with sets
+X-Description: utility functions for working with sets
  This package provides function that are commonly needed when working with
  sets, but are not part of the standard library.
 
 Package: libghc-set-extra-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}
  .
@@ -38,11 +45,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-set-extra-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}
  .
@@ -51,10 +62,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-set-extra-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