[DHG_packages] 01/01: heredoc: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 00:13:25 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 d07335ee3790079b3d01ef33c4948c7c79f4b9f5
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 20:11:34 2016 -0400

    heredoc: build with ghc 8 in experimental
---
 p/haskell-heredoc/debian/changelog | 8 ++++----
 p/haskell-heredoc/debian/control   | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/p/haskell-heredoc/debian/changelog b/p/haskell-heredoc/debian/changelog
index 049d600..47f2af6 100644
--- a/p/haskell-heredoc/debian/changelog
+++ b/p/haskell-heredoc/debian/changelog
@@ -1,12 +1,12 @@
-haskell-heredoc (0.2.0.0-2) UNRELEASED; urgency=medium
+haskell-heredoc (0.2.0.0-2) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * 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 10:34:13 +0300
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 20:11:30 -0400
 
 haskell-heredoc (0.2.0.0-1) unstable; urgency=low
 
diff --git a/p/haskell-heredoc/debian/control b/p/haskell-heredoc/debian/control
index 7747c5c..aba67f8 100644
--- a/p/haskell-heredoc/debian/control
+++ b/p/haskell-heredoc/debian/control
@@ -6,12 +6,12 @@ Section: haskell
 Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.9),
  cdbs,
- ghc,
+ ghc (>= 8.0),
  ghc-prof,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/heredoc
-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-heredoc
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: multi-line string / here document using QuasiQuotes
  multi-line string / here document using QuasiQuotes

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