summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 15:21:27 -0400
committerClint Adams <clint@debian.org>2016-10-17 15:21:27 -0400
commitd22147679a876fd5853d3402a31708e5e587836d (patch)
tree2df9aaeb7a25286aa030bde72ee34285227b6143
parent20f4f1dd76a1cb20ecda8183562a4d3fb6e080a1 (diff)
downloadDHG_packages-d22147679a876fd5853d3402a31708e5e587836d.tar.gz
hothasktags: build with ghc 8 in experimental
-rw-r--r--p/hothasktags/debian/changelog8
-rw-r--r--p/hothasktags/debian/control21
2 files changed, 19 insertions, 10 deletions
diff --git a/p/hothasktags/debian/changelog b/p/hothasktags/debian/changelog
index 85238f7fc..63e238dd8 100644
--- a/p/hothasktags/debian/changelog
+++ b/p/hothasktags/debian/changelog
@@ -1,3 +1,9 @@
+hothasktags (0.3.7-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 15:21:00 -0400
+
hothasktags (0.3.7-1) unstable; urgency=medium
* New upstream release
@@ -30,7 +36,7 @@ hothasktags (0.3.3-4) unstable; urgency=medium
[ Joachim Breitner ]
* This package doesn’t actually use the usual haskell packaging scripts,
adjusting build-depends (although someone should probably just fix the
- packaging)
+ packaging)
[ Clint Adams ]
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/hothasktags/debian/control b/p/hothasktags/debian/control
index 609a05cdf..934ae7c8b 100644
--- a/p/hothasktags/debian/control
+++ b/p/hothasktags/debian/control
@@ -1,28 +1,31 @@
Source: hothasktags
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Sean Whitton <spwhitton@spwhitton.name>
+Uploaders:
+ Sean Whitton <spwhitton@spwhitton.name>,
Priority: optional
Section: devel
-Build-Depends: debhelper (>= 9),
- ghc,
- libghc-glob-dev,
- libghc-cpphs-dev (>= 1.11),
+Build-Depends:
+ debhelper (>= 9),
+ ghc (>= 8),
libghc-cpphs-dev (<< 1.21),
+ libghc-cpphs-dev (>= 1.11),
libghc-filemanip-dev,
libghc-filepath-dev,
- libghc-src-exts-dev (>= 1.17),
- libghc-src-exts-dev (<< 1.18),
+ libghc-glob-dev,
libghc-optparse-applicative-dev,
libghc-split-dev,
+ libghc-src-exts-dev (<< 1.18),
+ libghc-src-exts-dev (>= 1.17),
Standards-Version: 3.9.8
Homepage: http://github.com/luqui/hothasktags
-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/hothasktags
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: hothasktags
Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
${misc:Depends},
+ ${shlibs:Depends},
Description: Haskell ctags generator
hothasktags generates ctags files for Haskell, with knowledge of
import lists and qualified imports. It provides a smart go-to-definition