[DHG_packages] 03/05: yaml: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 21:00: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 c27112e8624c33c5158808421c7946e8b202e6a6
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 16:57:56 2016 -0400
yaml: build with ghc 8 in experimental
---
p/haskell-yaml/debian/changelog | 6 ++++
p/haskell-yaml/debian/control | 70 ++++++++++++++++++++++++-----------------
2 files changed, 48 insertions(+), 28 deletions(-)
diff --git a/p/haskell-yaml/debian/changelog b/p/haskell-yaml/debian/changelog
index 3d0e3dc..0e00371 100644
--- a/p/haskell-yaml/debian/changelog
+++ b/p/haskell-yaml/debian/changelog
@@ -1,3 +1,9 @@
+haskell-yaml (0.8.18.7-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 16:57:37 -0400
+
haskell-yaml (0.8.18.7-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-yaml/debian/control b/p/haskell-yaml/debian/control
index ed9e437..f978b87 100644
--- a/p/haskell-yaml/debian/control
+++ b/p/haskell-yaml/debian/control
@@ -1,29 +1,38 @@
Source: haskell-yaml
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,
+ haskell-devscripts (>= 0.10),
libghc-aeson-dev (>= 0.7),
libghc-aeson-prof,
+ libghc-aeson-qq-dev [!mips !mipsel !mips64el],
libghc-attoparsec-dev (>= 0.11.3.0),
libghc-attoparsec-prof,
- libghc-conduit-dev (>= 1.1.0),
+ libghc-base-compat-dev [!mips !mipsel !mips64el],
libghc-conduit-dev (<< 1.3),
+ libghc-conduit-dev (>= 1.1.0),
libghc-conduit-prof,
libghc-enclosed-exceptions-dev,
libghc-enclosed-exceptions-prof,
- libghc-resourcet-dev (>= 0.3),
+ libghc-hspec-dev (>= 1.3) [!mips !mipsel !mips64el],
+ libghc-hspec-expectations-dev [!mips !mipsel !mips64el],
+ libghc-hunit-dev [!mips !mipsel !mips64el],
+ libghc-mockery-dev [!mips !mipsel !mips64el],
libghc-resourcet-dev (<< 1.2),
+ libghc-resourcet-dev (>= 0.3),
libghc-resourcet-prof,
libghc-scientific-dev,
libghc-scientific-prof,
libghc-semigroups-dev,
libghc-semigroups-prof,
+ libghc-temporary-dev [!mips !mipsel !mips64el],
libghc-text-dev,
libghc-text-prof,
libghc-unordered-containers-dev,
@@ -32,14 +41,8 @@ Build-Depends: debhelper (>= 9),
libghc-vector-prof,
libyaml-dev,
pkg-config,
- libghc-hspec-dev (>= 1.3) [!mips !mipsel !mips64el],
- libghc-hspec-expectations-dev [!mips !mipsel !mips64el],
- libghc-hunit-dev [!mips !mipsel !mips64el],
- libghc-aeson-qq-dev [!mips !mipsel !mips64el],
- libghc-mockery-dev [!mips !mipsel !mips64el],
- libghc-base-compat-dev [!mips !mipsel !mips64el],
- libghc-temporary-dev [!mips !mipsel !mips64el],
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-attoparsec-doc,
libghc-conduit-doc,
@@ -52,18 +55,22 @@ Build-Depends-Indep: ghc-doc,
libghc-vector-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/snoyberg/yaml/
-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-yaml
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-yaml-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
libyaml-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: interface to LibYAML${haskell:ShortBlurb}
Provides support for parsing and emitting Yaml documents.
.
@@ -71,11 +78,15 @@ Description: interface to LibYAML${haskell:ShortBlurb}
Package: libghc-yaml-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: interface to LibYAML${haskell:ShortBlurb}
Provides support for parsing and emitting Yaml documents.
.
@@ -84,10 +95,13 @@ Description: interface to LibYAML${haskell:ShortBlurb}
Package: libghc-yaml-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: interface to LibYAML${haskell:ShortBlurb}
Provides support for parsing and emitting Yaml documents.
.
--
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