[DHG_packages] 03/05: wl-pprint-text: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 18:49:41 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 0642d887dc142f4c2f51f6a983bdf78965827358
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 15 14:46:51 2016 -0400

    wl-pprint-text: build with ghc 8 in experimental
---
 p/haskell-wl-pprint-text/debian/changelog |  8 ++---
 p/haskell-wl-pprint-text/debian/control   | 50 ++++++++++++++++++++-----------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-wl-pprint-text/debian/changelog b/p/haskell-wl-pprint-text/debian/changelog
index d6e8157..9bf8502 100644
--- a/p/haskell-wl-pprint-text/debian/changelog
+++ b/p/haskell-wl-pprint-text/debian/changelog
@@ -1,13 +1,13 @@
-haskell-wl-pprint-text (1.1.0.4-5) UNRELEASED; urgency=medium
+haskell-wl-pprint-text (1.1.0.4-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)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:31 +0300
+ -- Clint Adams <clint at debian.org>  Sat, 15 Oct 2016 14:46:47 -0400
 
 haskell-wl-pprint-text (1.1.0.4-4) unstable; urgency=medium
 
diff --git a/p/haskell-wl-pprint-text/debian/control b/p/haskell-wl-pprint-text/debian/control
index 2cc2a0b..50c135e 100644
--- a/p/haskell-wl-pprint-text/debian/control
+++ b/p/haskell-wl-pprint-text/debian/control
@@ -1,31 +1,38 @@
 Source: haskell-wl-pprint-text
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Masayuki Hatta <mhatta at debian.org>
+Uploaders:
+ Masayuki Hatta <mhatta 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-text-dev (>= 0.11.0.0),
+ haskell-devscripts (>= 0.10),
  libghc-text-dev (<< 1.3.0.0),
+ libghc-text-dev (>= 0.11.0.0),
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/wl-pprint-text
-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-wl-pprint-text
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-wl-pprint-text-dev
 Architecture: any
-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: Wadler/Leijen Pretty Printer for Text values in Haskell${haskell:ShortBlurb}
  This Haskell library provides a clone of wl-pprint for use with the
  text library.
@@ -34,11 +41,15 @@ Description: Wadler/Leijen Pretty Printer for Text values in Haskell${haskell:Sh
 
 Package: libghc-wl-pprint-text-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: Wadler/Leijen Pretty Printer for Text values in Haskell${haskell:ShortBlurb}
  This Haskell library provides a clone of wl-pprint for use with the
  text library.
@@ -48,10 +59,13 @@ Description: Wadler/Leijen Pretty Printer for Text values in Haskell${haskell:Sh
 Package: libghc-wl-pprint-text-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Wadler/Leijen Pretty Printer for Text values in Haskell${haskell:ShortBlurb}
  This Haskell library provides a clone of wl-pprint for use with the
  text library.

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