[DHG_packages] 05/05: bloomfilter: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 18:33:22 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 e99541df40a66d8948fe8f2489b7dc2b216e6ad7
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 14:32:17 2016 -0400
bloomfilter: build with ghc 8 in experimental
---
p/haskell-bloomfilter/debian/changelog | 8 +++---
p/haskell-bloomfilter/debian/control | 50 ++++++++++++++++++++++------------
2 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/p/haskell-bloomfilter/debian/changelog b/p/haskell-bloomfilter/debian/changelog
index 35d075a..94d2e3a 100644
--- a/p/haskell-bloomfilter/debian/changelog
+++ b/p/haskell-bloomfilter/debian/changelog
@@ -1,13 +1,13 @@
-haskell-bloomfilter (2.0.1.0-3) UNRELEASED; urgency=medium
+haskell-bloomfilter (2.0.1.0-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:50 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 14:32:09 -0400
haskell-bloomfilter (2.0.1.0-2) unstable; urgency=medium
diff --git a/p/haskell-bloomfilter/debian/control b/p/haskell-bloomfilter/debian/control
index f007bb2..c514204 100644
--- a/p/haskell-bloomfilter/debian/control
+++ b/p/haskell-bloomfilter/debian/control
@@ -1,31 +1,38 @@
Source: haskell-bloomfilter
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,
+ haskell-devscripts (>= 0.10),
libghc-quickcheck2-dev (>= 2.5),
libghc-random-dev,
libghc-test-framework-dev,
libghc-test-framework-quickcheck2-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/bos/bloomfilter
-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-bloomfilter
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-bloomfilter-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 bloom filter library${haskell:ShortBlurb}
The Haskell library provides pure and impure bloom filter implementations.
.
@@ -33,11 +40,15 @@ Description: Haskell bloom filter library${haskell:ShortBlurb}
Package: libghc-bloomfilter-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 bloom filter library${haskell:ShortBlurb}
This Haskell library provides pure and impure bloom filter implementations.
.
@@ -46,10 +57,13 @@ Description: Haskell bloom filter library${haskell:ShortBlurb}
Package: libghc-bloomfilter-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 bloom filter library${haskell:ShortBlurb}
This Haskell library provides pure and impure bloom filter implementations.
.
--
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