[DHG_packages] 01/05: hashable-extras: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 21:10:46 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 a02d7171c94ee2a7cf18a984399f89c8944fbe34
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 17:06:22 2016 -0400

    hashable-extras: build with ghc 8 in experimental
---
 p/haskell-hashable-extras/debian/changelog |  6 +--
 p/haskell-hashable-extras/debian/control   | 61 +++++++++++++++++++-----------
 2 files changed, 41 insertions(+), 26 deletions(-)

diff --git a/p/haskell-hashable-extras/debian/changelog b/p/haskell-hashable-extras/debian/changelog
index d43e536..9c050be 100644
--- a/p/haskell-hashable-extras/debian/changelog
+++ b/p/haskell-hashable-extras/debian/changelog
@@ -1,8 +1,8 @@
-haskell-hashable-extras (0.2.3-2) UNRELEASED; urgency=medium
+haskell-hashable-extras (0.2.3-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:34 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 17:06:19 -0400
 
 haskell-hashable-extras (0.2.3-1) unstable; urgency=medium
 
diff --git a/p/haskell-hashable-extras/debian/control b/p/haskell-hashable-extras/debian/control
index 1db6aad..b8f5491 100644
--- a/p/haskell-hashable-extras/debian/control
+++ b/p/haskell-hashable-extras/debian/control
@@ -1,24 +1,27 @@
 Source: haskell-hashable-extras
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
 Section: haskell
 Priority: extra
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-bifunctors-dev (>= 4),
+ haskell-devscripts (>= 0.9),
  libghc-bifunctors-dev (<< 6),
+ libghc-bifunctors-dev (>= 4),
  libghc-bifunctors-prof,
- libghc-hashable-dev (>= 1.1.2.3),
+ libghc-doctest-dev (>= 0.9.1),
  libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (>= 1.1.2.3),
  libghc-hashable-prof,
- libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-dev (<< 1),
+ libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-prof,
- libghc-doctest-dev (>= 0.9.1),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-bifunctors-doc,
  libghc-hashable-doc,
 Standards-Version: 3.9.8
@@ -33,12 +36,16 @@ X-Description: higher-rank Hashable
 
 Package: libghc-hashable-extras-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}
  .
@@ -46,11 +53,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-hashable-extras-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}
  .
@@ -59,9 +70,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-hashable-extras-doc
 Section: doc
 Architecture: all
-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