[DHG_packages] 02/05: gitrev: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 20:56:04 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 870c53ed2617665c1b94fcaf56bbcfbce3896ec4
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 16:48:38 2016 -0400
gitrev: build with ghc 8 in experimental
---
p/haskell-gitrev/debian/changelog | 6 +++---
p/haskell-gitrev/debian/control | 7 +++----
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/p/haskell-gitrev/debian/changelog b/p/haskell-gitrev/debian/changelog
index 6c536cc..0575869 100644
--- a/p/haskell-gitrev/debian/changelog
+++ b/p/haskell-gitrev/debian/changelog
@@ -1,8 +1,8 @@
-haskell-gitrev (1.2.0-2) UNRELEASED; urgency=medium
+haskell-gitrev (1.2.0-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:32 +0200
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 16:48:31 -0400
haskell-gitrev (1.2.0-1) unstable; urgency=medium
diff --git a/p/haskell-gitrev/debian/control b/p/haskell-gitrev/debian/control
index 7814b48..dc641f4 100644
--- a/p/haskell-gitrev/debian/control
+++ b/p/haskell-gitrev/debian/control
@@ -6,15 +6,14 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
- ghc-ghci,
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/acfoltzer/gitrev
-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-gitrev
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Compile git revision info into Haskell projects
+X-Description: compile git revision info into Haskell projects
Ths package provides some handy Template Haskell splices for including the
current git hash and branch in the code of your project.
.
--
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