[DHG_packages] 02/05: bytes: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 16:11:17 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 a9e45a92ed7920b5283f66bfc224f55f86db9d26
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 12:08:17 2016 -0400
bytes: build with ghc 8 in experimental
---
p/haskell-bytes/debian/changelog | 6 ++--
p/haskell-bytes/debian/control | 68 ++++++++++++++++++++++++----------------
2 files changed, 44 insertions(+), 30 deletions(-)
diff --git a/p/haskell-bytes/debian/changelog b/p/haskell-bytes/debian/changelog
index f3210a2..4bccd0b 100644
--- a/p/haskell-bytes/debian/changelog
+++ b/p/haskell-bytes/debian/changelog
@@ -1,8 +1,8 @@
-haskell-bytes (0.15.2-2) UNRELEASED; urgency=medium
+haskell-bytes (0.15.2-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:16 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 12:08:13 -0400
haskell-bytes (0.15.2-1) unstable; urgency=medium
diff --git a/p/haskell-bytes/debian/control b/p/haskell-bytes/debian/control
index 84a76d0..300f4c7 100644
--- a/p/haskell-bytes/debian/control
+++ b/p/haskell-bytes/debian/control
@@ -1,39 +1,42 @@
Source: haskell-bytes
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-cereal-dev (>= 0.3.5),
+ haskell-devscripts (>= 0.10),
libghc-cereal-dev (<< 0.6),
+ libghc-cereal-dev (>= 0.3.5),
libghc-cereal-prof,
- libghc-hashable-dev (>= 1.0.1.1),
+ libghc-doctest-dev (>= 0.9.1),
libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (>= 1.0.1.1),
libghc-hashable-prof,
- libghc-mtl-dev (>= 2.0),
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
libghc-mtl-prof,
- libghc-scientific-dev (>= 0.0),
libghc-scientific-dev (<< 1),
+ libghc-scientific-dev (>= 0.0),
libghc-scientific-prof,
- libghc-text-dev (>= 0.2),
libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.2),
libghc-text-prof,
- libghc-transformers-compat-dev (>= 0.3),
libghc-transformers-compat-dev (<< 1),
+ libghc-transformers-compat-dev (>= 0.3),
libghc-transformers-compat-prof,
- libghc-unordered-containers-dev (>= 0.2),
libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-dev (>= 0.2),
libghc-unordered-containers-prof,
- libghc-void-dev (>= 0.6),
libghc-void-dev (<< 1),
+ libghc-void-dev (>= 0.6),
libghc-void-prof,
- libghc-doctest-dev (>= 0.9.1),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-cereal-doc,
libghc-hashable-doc,
libghc-mtl-doc,
@@ -44,7 +47,7 @@ Build-Depends-Indep: ghc-doc,
libghc-void-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/ekmett/bytes
-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-bytes
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Sharing code for serialization between binary and cereal
This module generalizes the binary and cereal monads in an ad-hoc
@@ -52,12 +55,16 @@ X-Description: Sharing code for serialization between binary and cereal
Package: libghc-bytes-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}
.
@@ -65,11 +72,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-bytes-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}
.
@@ -78,10 +89,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-bytes-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