summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 17:08:33 -0400
committerClint Adams <clint@debian.org>2016-10-17 17:08:33 -0400
commita10cf8a87ed52d895690304491b9eef20acdfd4e (patch)
tree4b2ab657a0251bc58ff4861f85481789d67e5fa0
parentab55bd71217387e7cc7d4d0136721b104e52dfb1 (diff)
downloadDHG_packages-a10cf8a87ed52d895690304491b9eef20acdfd4e.tar.gz
hpack: build with ghc 8 in experimental
-rw-r--r--p/haskell-hpack/debian/changelog6
-rw-r--r--p/haskell-hpack/debian/control97
2 files changed, 64 insertions, 39 deletions
diff --git a/p/haskell-hpack/debian/changelog b/p/haskell-hpack/debian/changelog
index ab60d40ab..275ec0db2 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@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 49438822c..4e464f363 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@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>
+Uploaders:
+ Joachim Breitner <nomeata@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}
-