summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 16:41:20 -0400
committerClint Adams <clint@debian.org>2016-10-17 16:41:20 -0400
commitbe8d28fce510dbad4be94c73fc390c34715df9a4 (patch)
treebd5ae062f1634fa511855766a4145578d27aeb04
parent7649e1e8d80369ddf6023fbe579955ecc29d2af9 (diff)
downloadDHG_packages-be8d28fce510dbad4be94c73fc390c34715df9a4.tar.gz
path-io: build with ghc 8 in experimental
-rw-r--r--p/haskell-path-io/debian/changelog6
-rw-r--r--p/haskell-path-io/debian/control57
2 files changed, 40 insertions, 23 deletions
diff --git a/p/haskell-path-io/debian/changelog b/p/haskell-path-io/debian/changelog
index a8679860c..581d175ca 100644
--- a/p/haskell-path-io/debian/changelog
+++ b/p/haskell-path-io/debian/changelog
@@ -1,8 +1,8 @@
-haskell-path-io (1.1.0-2) UNRELEASED; urgency=medium
+haskell-path-io (1.1.0-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:53 +0200
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 16:41:17 -0400
haskell-path-io (1.1.0-1) unstable; urgency=low
diff --git a/p/haskell-path-io/debian/control b/p/haskell-path-io/debian/control
index 23806312f..8f9a4dc68 100644
--- a/p/haskell-path-io/debian/control
+++ b/p/haskell-path-io/debian/control
@@ -1,24 +1,27 @@
Source: haskell-path-io
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,
+ haskell-devscripts (>= 0.9),
libghc-exceptions-dev (>= 0.8),
libghc-exceptions-prof,
libghc-path-dev (>= 0.5),
libghc-path-prof,
libghc-temporary-dev (>= 1.1),
libghc-temporary-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-exceptions-doc,
libghc-path-doc,
libghc-temporary-doc,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Homepage: https://github.com/mrkkrp/path-io
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-path-io
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
@@ -28,13 +31,18 @@ X-Description: Interface to ‘directory’ package for users of ‘path’
Package: libghc-path-io-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}
.
@@ -42,12 +50,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-path-io-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}
.
@@ -56,11 +69,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-path-io-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}
.