[DHG_packages] 04/05: ixset-typed: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 00:03:43 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 559f17918a6af74ebe758a5772779c927907e4ec
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 20:02:21 2016 -0400
ixset-typed: build with ghc 8 in experimental
---
p/haskell-ixset-typed/debian/changelog | 6 ++++
p/haskell-ixset-typed/debian/control | 63 +++++++++++++++++++++-------------
2 files changed, 46 insertions(+), 23 deletions(-)
diff --git a/p/haskell-ixset-typed/debian/changelog b/p/haskell-ixset-typed/debian/changelog
index 637ffda..5109510 100644
--- a/p/haskell-ixset-typed/debian/changelog
+++ b/p/haskell-ixset-typed/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ixset-typed (0.3.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 20:02:15 -0400
+
haskell-ixset-typed (0.3.1-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-ixset-typed/debian/control b/p/haskell-ixset-typed/debian/control
index c7374da..3324a46 100644
--- a/p/haskell-ixset-typed/debian/control
+++ b/p/haskell-ixset-typed/debian/control
@@ -1,27 +1,30 @@
Source: haskell-ixset-typed
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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-safecopy-dev (>= 0.8),
+ haskell-devscripts (>= 0.10),
libghc-safecopy-dev (<< 1),
+ libghc-safecopy-dev (>= 0.8),
libghc-safecopy-prof,
- libghc-syb-dev (>= 0.4),
libghc-syb-dev (<< 1),
+ libghc-syb-dev (>= 0.4),
libghc-syb-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-safecopy-doc,
libghc-syb-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/ixset-typed
-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-ixset-typed
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Efficient relational queries on Haskell sets.
+X-Description: efficient relational queries on Haskell sets
This Haskell package provides a data structure of sets that are indexed by
potentially multiple indices.
.
@@ -40,13 +43,18 @@ X-Description: Efficient relational queries on Haskell sets.
Package: libghc-ixset-typed-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -54,12 +62,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-ixset-typed-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -68,11 +81,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-ixset-typed-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
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