[DHG_packages] 01/05: hothasktags: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 19:27:05 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 d22147679a876fd5853d3402a31708e5e587836d
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 15:21:27 2016 -0400
hothasktags: build with ghc 8 in experimental
---
p/hothasktags/debian/changelog | 8 +++++++-
p/hothasktags/debian/control | 21 ++++++++++++---------
2 files changed, 19 insertions(+), 10 deletions(-)
diff --git a/p/hothasktags/debian/changelog b/p/hothasktags/debian/changelog
index 85238f7..63e238d 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 at 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 609a05c..934ae7c 100644
--- a/p/hothasktags/debian/control
+++ b/p/hothasktags/debian/control
@@ -1,28 +1,31 @@
Source: hothasktags
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Sean Whitton <spwhitton at spwhitton.name>
+Uploaders:
+ Sean Whitton <spwhitton at 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
--
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