[DHG_packages] 01/02: primitive: build against ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 07:11:20 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 c40927659a82bcef1b365c88c326ebb67580a768
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 03:06:16 2016 -0400
primitive: build against ghc 8 in experimental
---
p/haskell-primitive/debian/changelog | 6 ++++++
p/haskell-primitive/debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/p/haskell-primitive/debian/changelog b/p/haskell-primitive/debian/changelog
index be759f2..4707315 100644
--- a/p/haskell-primitive/debian/changelog
+++ b/p/haskell-primitive/debian/changelog
@@ -1,3 +1,9 @@
+haskell-primitive (0.6.1.0-3) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 03:06:08 -0400
+
haskell-primitive (0.6.1.0-2) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-primitive/debian/control b/p/haskell-primitive/debian/control
index b257824..b710427 100644
--- a/p/haskell-primitive/debian/control
+++ b/p/haskell-primitive/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: https://github.com/haskell/primitive
-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-primitive
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-primitive-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