[DHG_packages] 06/06: boxes: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:59:24 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 d95bd35627c3046cf27ffb66ab7e13943ace9271
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 14:57:55 2016 -0400

    boxes: build with ghc 8 in experimental
---
 p/haskell-boxes/debian/changelog |  8 ++++----
 p/haskell-boxes/debian/control   | 40 ++++++++++++++++++----------------------
 2 files changed, 22 insertions(+), 26 deletions(-)

diff --git a/p/haskell-boxes/debian/changelog b/p/haskell-boxes/debian/changelog
index c6e9411..d8b81b6 100644
--- a/p/haskell-boxes/debian/changelog
+++ b/p/haskell-boxes/debian/changelog
@@ -1,13 +1,13 @@
-haskell-boxes (0.1.4-3) UNRELEASED; urgency=medium
+haskell-boxes (0.1.4-3) 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)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:34:51 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 14:57:40 -0400
 
 haskell-boxes (0.1.4-2) unstable; urgency=medium
 
diff --git a/p/haskell-boxes/debian/control b/p/haskell-boxes/debian/control
index c9453e7..b59dd7c 100644
--- a/p/haskell-boxes/debian/control
+++ b/p/haskell-boxes/debian/control
@@ -3,19 +3,19 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Joachim Breitner <nomeata 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,
- libghc-split-dev (>= 0.2),
+ haskell-devscripts (>= 0.10),
  libghc-split-dev (<< 0.3),
+ libghc-split-dev (>= 0.2),
  libghc-split-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-split-doc,
+Build-Depends-Indep: ghc-doc, libghc-split-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/boxes
-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-boxes
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: 2D text pretty-printing library
  A pretty-printing library for laying out text in two dimensions, using a
@@ -23,12 +23,10 @@ X-Description: 2D text pretty-printing library
 
 Package: libghc-boxes-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}
  .
@@ -36,11 +34,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-boxes-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}
  .
@@ -49,10 +46,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-boxes-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: ${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