summaryrefslogtreecommitdiff
path: root/p/haskell-path
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 15:59:13 -0400
committerClint Adams <clint@debian.org>2016-10-17 15:59:13 -0400
commit060e61edf052856b6fdf61bb084ea90e76c6320d (patch)
treeed52c62c3babe367f8ca7adedf01c147aad9a04c /p/haskell-path
parente62edfc2f382fee424e54daf3e29be3e388c4879 (diff)
downloadDHG_packages-060e61edf052856b6fdf61bb084ea90e76c6320d.tar.gz
path: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-path')
-rw-r--r--p/haskell-path/debian/changelog6
-rw-r--r--p/haskell-path/debian/control61
2 files changed, 45 insertions, 22 deletions
diff --git a/p/haskell-path/debian/changelog b/p/haskell-path/debian/changelog
index b0b05d826..006ab93d8 100644
--- a/p/haskell-path/debian/changelog
+++ b/p/haskell-path/debian/changelog
@@ -1,3 +1,9 @@
+haskell-path (0.5.9-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 15:59:11 -0400
+
haskell-path (0.5.9-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-path/debian/control b/p/haskell-path/debian/control
index ddbbea11b..8cf784f04 100644
--- a/p/haskell-path/debian/control
+++ b/p/haskell-path/debian/control
@@ -1,39 +1,47 @@
Source: haskell-path
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.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-aeson-dev,
libghc-aeson-prof,
libghc-exceptions-dev,
libghc-exceptions-prof,
- libghc-hunit-dev,
libghc-hspec-dev,
+ libghc-hunit-dev,
libghc-mtl-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-exceptions-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/path
-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-path
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: A normalizing well-typed path type
+X-Description: normalizing well-typed path type
This packages provides support for well-typed paths in Haskell.
Package: libghc-path-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}
.
@@ -41,12 +49,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-path-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}
.
@@ -55,11 +68,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-path-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}
.