[DHG_packages] 05/06: hasktags: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 05:45:09 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 d11aa456eadbeeb3cdcb8db6a9e86f87f6debb90
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 01:43:04 2016 -0400

    hasktags: build with ghc 8 in experimental
---
 p/hasktags/debian/changelog |  8 ++++----
 p/hasktags/debian/control   | 19 +++++++++++--------
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/p/hasktags/debian/changelog b/p/hasktags/debian/changelog
index fc03383..05112c9 100644
--- a/p/hasktags/debian/changelog
+++ b/p/hasktags/debian/changelog
@@ -1,13 +1,13 @@
-hasktags (0.69.1-4) UNRELEASED; urgency=medium
+hasktags (0.69.1-4) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:38 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 01:42:52 -0400
 
 hasktags (0.69.1-3) unstable; urgency=medium
 
diff --git a/p/hasktags/debian/control b/p/hasktags/debian/control
index 14554a2..edafe50 100644
--- a/p/hasktags/debian/control
+++ b/p/hasktags/debian/control
@@ -1,26 +1,29 @@
 Source: hasktags
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
- libghc-json-dev (>= 0.5),
+ debhelper (>= 9),
+ ghc (>= 8),
+ haskell-devscripts (>= 0.10),
  libghc-json-dev (<< 0.10),
+ libghc-json-dev (>= 0.5),
  libghc-utf8-string-dev,
 Standards-Version: 3.9.8
 Homepage: http://github.com/MarcWeber/hasktags
-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/hasktags
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: hasktags
 Architecture: any
 Multi-Arch: foreign
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
+ ${shlibs:Depends},
 Description: Producer of ctags "tags" and etags "TAGS" files for Haskell programs
  This package provides the hasktags program, which provides ctags "tags" and
  etags "TAGS" files for Haskell programs.

-- 
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