[DHG_packages] 02/03: executable-path: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 19:54:14 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 09815cd6bf1cd8d926d0c6c9985d57333998723e
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 15:51:58 2016 -0400
executable-path: build with ghc 8 in experimental
---
p/haskell-executable-path/debian/changelog | 8 ++++----
p/haskell-executable-path/debian/control | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/p/haskell-executable-path/debian/changelog b/p/haskell-executable-path/debian/changelog
index 00f6e9d..566ec7e 100644
--- a/p/haskell-executable-path/debian/changelog
+++ b/p/haskell-executable-path/debian/changelog
@@ -1,14 +1,14 @@
-haskell-executable-path (0.0.3-8) UNRELEASED; urgency=medium
+haskell-executable-path (0.0.3-8) 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)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:16 +0300
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 15:51:44 -0400
haskell-executable-path (0.0.3-7) unstable; urgency=medium
diff --git a/p/haskell-executable-path/debian/control b/p/haskell-executable-path/debian/control
index d39ff05..f092073 100644
--- a/p/haskell-executable-path/debian/control
+++ b/p/haskell-executable-path/debian/control
@@ -6,12 +6,12 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.8
Homepage: http://code.haskell.org/~bkomuves/
-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-executable-path
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-executable-path-dev
--
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