[DHG_packages] 03/05: hpack: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 21:10:46 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 a10cf8a87ed52d895690304491b9eef20acdfd4e
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 17:08:33 2016 -0400
hpack: build with ghc 8 in experimental
---
p/haskell-hpack/debian/changelog | 6 +++
p/haskell-hpack/debian/control | 97 ++++++++++++++++++++++++----------------
2 files changed, 64 insertions(+), 39 deletions(-)
diff --git a/p/haskell-hpack/debian/changelog b/p/haskell-hpack/debian/changelog
index ab60d40..275ec0d 100644
--- a/p/haskell-hpack/debian/changelog
+++ b/p/haskell-hpack/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hpack (0.14.1-3) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 17:08:29 -0400
+
haskell-hpack (0.14.1-2) unstable; urgency=medium
* Enable testsuite.
diff --git a/p/haskell-hpack/debian/control b/p/haskell-hpack/debian/control
index 4943882..4e464f3 100644
--- a/p/haskell-hpack/debian/control
+++ b/p/haskell-hpack/debian/control
@@ -1,36 +1,39 @@
Source: haskell-hpack
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.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-glob-dev,
- libghc-glob-prof,
+ haskell-devscripts (>= 0.9),
libghc-aeson-dev (>= 0.8),
libghc-aeson-prof,
+ libghc-aeson-qq-dev,
libghc-base-compat-dev (>= 0.8),
libghc-base-compat-prof,
+ libghc-glob-dev,
+ libghc-glob-prof,
+ libghc-hspec-dev (<< 3),
+ libghc-hspec-dev (>= 2),
+ libghc-interpolate-dev,
+ libghc-mockery-dev (>= 0.3),
+ libghc-quickcheck2-dev,
+ libghc-temporary-dev,
libghc-text-dev,
libghc-text-prof,
libghc-unordered-containers-dev,
libghc-unordered-containers-prof,
libghc-yaml-dev,
libghc-yaml-prof,
- libghc-quickcheck2-dev,
- libghc-aeson-qq-dev,
- libghc-hspec-dev (>= 2),
- libghc-hspec-dev (<< 3),
- libghc-interpolate-dev,
- libghc-mockery-dev (>= 0.3),
- libghc-temporary-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-glob-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-base-compat-doc,
+ libghc-glob-doc,
libghc-text-doc,
libghc-unordered-containers-doc,
libghc-yaml-doc,
@@ -38,35 +41,43 @@ Standards-Version: 3.9.8
Homepage: https://github.com/sol/hpack#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hpack
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: An alternative format for Haskell packages
+X-Description: alternative format for Haskell packages
hpack is a tool to create the usual Haskell packaging metadata, i.e. the
.cabal file, from a YAML description of the program, with some fields field in
by inferred defaults and other additional conveniences.
Package: hpack
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}
- hpack is a tool to create the usual Haskell packaging metadata, i.e. the
- .cabal file, from a YAML description of the program, with some fields field in
- by inferred defaults and other additional conveniences.
+ ${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-hpack-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}
.
@@ -74,12 +85,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hpack-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}
.
@@ -88,13 +104,16 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hpack-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}
.
${haskell:Blurb}
-
--
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