[DHG_packages] 05/05: data-memocombinators: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 19:43:14 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 f37a112e989010dcbc352a2b2e760012ece2affd
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 15:41:34 2016 -0400

    data-memocombinators: build with ghc 8 in experimental
---
 p/haskell-data-memocombinators/debian/changelog |  8 +++---
 p/haskell-data-memocombinators/debian/control   | 38 +++++++++++--------------
 2 files changed, 21 insertions(+), 25 deletions(-)

diff --git a/p/haskell-data-memocombinators/debian/changelog b/p/haskell-data-memocombinators/debian/changelog
index e876694..5368c4e 100644
--- a/p/haskell-data-memocombinators/debian/changelog
+++ b/p/haskell-data-memocombinators/debian/changelog
@@ -1,14 +1,14 @@
-haskell-data-memocombinators (0.5.1-5) UNRELEASED; urgency=medium
+haskell-data-memocombinators (0.5.1-5) 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:07 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 15:41:04 -0400
 
 haskell-data-memocombinators (0.5.1-4) unstable; urgency=medium
 
diff --git a/p/haskell-data-memocombinators/debian/control b/p/haskell-data-memocombinators/debian/control
index 337d3ad..a530fdb 100644
--- a/p/haskell-data-memocombinators/debian/control
+++ b/p/haskell-data-memocombinators/debian/control
@@ -3,28 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint at debian.org>, Iulian Udrea <iulian at physics.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-data-inttrie-dev,
  libghc-data-inttrie-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-data-inttrie-doc,
+Build-Depends-Indep: ghc-doc, libghc-data-inttrie-doc
 Standards-Version: 3.9.8
 Homepage: http://github.com/luqui/data-memocombinators
-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-data-memocombinators
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-data-memocombinators-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: Combinators for building memo tables library${haskell:ShortBlurb}
  It contains combinators for building memo tables.
  .
@@ -32,11 +30,10 @@ Description: Combinators for building memo tables library${haskell:ShortBlurb}
 
 Package: libghc-data-memocombinators-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: Combinators for building memo tables library${haskell:ShortBlurb}
  It contains combinators for building memo tables.
  .
@@ -45,10 +42,9 @@ Description: Combinators for building memo tables library${haskell:ShortBlurb}
 Package: libghc-data-memocombinators-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: Combinators for building memo tables library${haskell:ShortBlurb}
  It contains combinators for building memo tables.
  .

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