summaryrefslogtreecommitdiff
path: root/p/haskell-reducers/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 18:32:25 -0400
committerClint Adams <clint@debian.org>2016-10-17 18:32:25 -0400
commitf5373f20f7487b2f53d37918bcf1ae796fee8025 (patch)
tree4f4f1093657ddc2ae5bcbf8fc285c68fd403620b /p/haskell-reducers/debian
parente04061489670b0ba647b3480cbe0f849a73dd730 (diff)
downloadDHG_packages-f5373f20f7487b2f53d37918bcf1ae796fee8025.tar.gz
reducers: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-reducers/debian')
-rw-r--r--p/haskell-reducers/debian/changelog8
-rw-r--r--p/haskell-reducers/debian/control62
2 files changed, 42 insertions, 28 deletions
diff --git a/p/haskell-reducers/debian/changelog b/p/haskell-reducers/debian/changelog
index d85cbb605..364e52dd6 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@gnu.org> Tue, 10 May 2016 09:36:04 +0300
+ -- Clint Adams <clint@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 badca76e8..29aa264bc 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@lists.alioth.debian.org>
-Uploaders: Joey Hess <joeyh@debian.org>
+Uploaders:
+ Joey Hess <joeyh@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}
.