[DHG_packages] 02/08: hashtables: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:15:12 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 bebf592d25247cffecadfa0505d649d43c9a3307
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:08:06 2016 -0400

    hashtables: build with ghc 8 in experimental
---
 p/haskell-hashtables/debian/changelog |  8 +++---
 p/haskell-hashtables/debian/control   | 53 ++++++++++++++++++++++-------------
 2 files changed, 38 insertions(+), 23 deletions(-)

diff --git a/p/haskell-hashtables/debian/changelog b/p/haskell-hashtables/debian/changelog
index cf18862..dfa7d10 100644
--- a/p/haskell-hashtables/debian/changelog
+++ b/p/haskell-hashtables/debian/changelog
@@ -1,14 +1,14 @@
-haskell-hashtables (1.2.1.0-2) UNRELEASED; urgency=medium
+haskell-hashtables (1.2.1.0-2) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:25 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:07:59 -0400
 
 haskell-hashtables (1.2.1.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-hashtables/debian/control b/p/haskell-hashtables/debian/control
index f32d2bd..fabf3d0 100644
--- a/p/haskell-hashtables/debian/control
+++ b/p/haskell-hashtables/debian/control
@@ -1,37 +1,44 @@
 Source: haskell-hashtables
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Iain Lane <laney at debian.org>
+Uploaders:
+ Iain Lane <laney 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,
+ haskell-devscripts (>= 0.10),
  libghc-hashable-dev,
  libghc-hashable-prof,
  libghc-primitive-dev,
  libghc-primitive-prof,
- libghc-vector-dev (>= 0.7),
  libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.7),
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hashable-doc,
  libghc-primitive-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/gregorycollins/hashtables
-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-hashtables
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-hashtables-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: mutable hash tables${haskell:ShortBlurb}
  This package provides a couple of different implementations of mutable hash
  tables in the ST monad, as well as a typeclass abstracting their common
@@ -54,12 +61,16 @@ Description: mutable hash tables${haskell:ShortBlurb}
 
 Package: libghc-hashtables-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: mutable hash tables -- profiling libraries${haskell:ShortBlurb}
  This package provides a couple of different implementations of mutable hash
  tables in the ST monad, as well as a typeclass abstracting their common
@@ -83,12 +94,16 @@ Description: mutable hash tables -- profiling libraries${haskell:ShortBlurb}
 Package: libghc-hashtables-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: mutable hash tables -- documentation${haskell:ShortBlurb}
  This package provides a couple of different implementations of mutable hash
  tables in the ST monad, as well as a typeclass abstracting their common

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