[DHG_packages] 02/05: wl-pprint-terminfo: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 22:54:50 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 a899fdeeb1a69a42f87b35215ec73383ffdfc9b5
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 18:51:07 2016 -0400
wl-pprint-terminfo: build with ghc 8 in experimental
---
p/haskell-wl-pprint-terminfo/debian/changelog | 6 +++
p/haskell-wl-pprint-terminfo/debian/control | 58 +++++++++++++++++----------
2 files changed, 42 insertions(+), 22 deletions(-)
diff --git a/p/haskell-wl-pprint-terminfo/debian/changelog b/p/haskell-wl-pprint-terminfo/debian/changelog
index 1db8cc8..2316dc3 100644
--- a/p/haskell-wl-pprint-terminfo/debian/changelog
+++ b/p/haskell-wl-pprint-terminfo/debian/changelog
@@ -1,3 +1,9 @@
+haskell-wl-pprint-terminfo (3.7.1.4-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 18:51:05 -0400
+
haskell-wl-pprint-terminfo (3.7.1.4-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-wl-pprint-terminfo/debian/control b/p/haskell-wl-pprint-terminfo/debian/control
index eb29342..da81a4e 100644
--- a/p/haskell-wl-pprint-terminfo/debian/control
+++ b/p/haskell-wl-pprint-terminfo/debian/control
@@ -1,43 +1,50 @@
Source: haskell-wl-pprint-terminfo
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>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-semigroups-dev (>= 0.9),
+ haskell-devscripts (>= 0.10),
libghc-semigroups-dev (<< 1),
+ libghc-semigroups-dev (>= 0.9),
libghc-semigroups-prof,
- libghc-text-dev (>= 0.11),
libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
libghc-text-prof,
- libghc-wl-pprint-extras-dev (>= 3.4),
libghc-wl-pprint-extras-dev (<< 4),
+ libghc-wl-pprint-extras-dev (>= 3.4),
libghc-wl-pprint-extras-prof,
libncursesw5-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-semigroups-doc,
libghc-text-doc,
libghc-wl-pprint-extras-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/ekmett/wl-pprint-terminfo/
-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-terminfo
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: color pretty printer with terminfo support
Pretty printing with terminfo effects including colors and bells.
Package: libghc-wl-pprint-terminfo-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
libncursesw5-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -45,11 +52,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-wl-pprint-terminfo-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -58,10 +69,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-wl-pprint-terminfo-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${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