[DHG_packages] 01/29: stm: build against ghc8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 03:25:58 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 1f533d47c2ff16f8e5699319ca5fee50599dd218
Author: Clint Adams <clint at debian.org>
Date: Wed Oct 12 22:25:48 2016 -0400
stm: build against ghc8 in experimental
---
p/haskell-stm/debian/changelog | 7 +++++--
p/haskell-stm/debian/control | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/p/haskell-stm/debian/changelog b/p/haskell-stm/debian/changelog
index 6f84669..2caf4f3 100644
--- a/p/haskell-stm/debian/changelog
+++ b/p/haskell-stm/debian/changelog
@@ -1,4 +1,4 @@
-haskell-stm (2.4.4.1-2) UNRELEASED; urgency=medium
+haskell-stm (2.4.4.1-2) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
@@ -8,7 +8,10 @@ haskell-stm (2.4.4.1-2) UNRELEASED; urgency=medium
[ Gianfranco Costamagna ]
* Fix VCS fields
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:36:14 +0300
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Wed, 12 Oct 2016 22:25:17 -0400
haskell-stm (2.4.4.1-1) unstable; urgency=medium
diff --git a/p/haskell-stm/debian/control b/p/haskell-stm/debian/control
index ea24c7c..8a5ee24 100644
--- a/p/haskell-stm/debian/control
+++ b/p/haskell-stm/debian/control
@@ -6,7 +6,7 @@ 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
--
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