[DHG_packages] 05/05: reducers: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 22:33:45 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 f5373f20f7487b2f53d37918bcf1ae796fee8025
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 18:32:25 2016 -0400
reducers: build with ghc 8 in experimental
---
p/haskell-reducers/debian/changelog | 8 ++---
p/haskell-reducers/debian/control | 62 +++++++++++++++++++++++--------------
2 files changed, 42 insertions(+), 28 deletions(-)
diff --git a/p/haskell-reducers/debian/changelog b/p/haskell-reducers/debian/changelog
index d85cbb6..364e52d 100644
--- a/p/haskell-reducers/debian/changelog
+++ b/p/haskell-reducers/debian/changelog
@@ -1,13 +1,13 @@
-haskell-reducers (3.12.1-2) UNRELEASED; urgency=medium
+haskell-reducers (3.12.1-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)
- [ 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:04 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 18:32:21 -0400
haskell-reducers (3.12.1-1) unstable; urgency=medium
diff --git a/p/haskell-reducers/debian/control b/p/haskell-reducers/debian/control
index badca76..29aa264 100644
--- a/p/haskell-reducers/debian/control
+++ b/p/haskell-reducers/debian/control
@@ -1,32 +1,35 @@
Source: haskell-reducers
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joey Hess <joeyh at debian.org>
+Uploaders:
+ Joey Hess <joeyh 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-fingertree-dev (>= 0.1),
+ haskell-devscripts (>= 0.10),
libghc-fingertree-dev (<< 0.2),
+ libghc-fingertree-dev (>= 0.1),
libghc-fingertree-prof,
- libghc-hashable-dev (>= 1.1.2.1),
libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (>= 1.1.2.1),
libghc-hashable-prof,
- libghc-semigroupoids-dev (>= 4),
libghc-semigroupoids-dev (<< 6),
+ libghc-semigroupoids-dev (>= 4),
libghc-semigroupoids-prof,
- libghc-semigroups-dev (>= 0.9),
libghc-semigroups-dev (<< 1),
+ libghc-semigroups-dev (>= 0.9),
libghc-semigroups-prof,
- libghc-text-dev (>= 0.11.1.5),
libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11.1.5),
libghc-text-prof,
- libghc-unordered-containers-dev (>= 0.1.4),
libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-dev (>= 0.1.4),
libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-fingertree-doc,
libghc-hashable-doc,
libghc-semigroupoids-doc,
@@ -35,19 +38,23 @@ Build-Depends-Indep: ghc-doc,
libghc-unordered-containers-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/ekmett/reducers/
-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-reducers
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: semigroup-based containers and reductions
Semigroups, specialized containers and a general map/reduce framework.
Package: libghc-reducers-dev
Architecture: any
-Depends: ${haskell: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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -55,11 +62,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-reducers-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}
.
@@ -68,10 +79,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-reducers-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