[DHG_packages] 01/02: abstract-par: build against ghc8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 06:17:54 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 b2c25141746de23d0441f279d787ce4355e3b53e
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 02:15:34 2016 -0400
abstract-par: build against ghc8 in experimental
---
p/haskell-abstract-par/debian/changelog | 7 +++++--
p/haskell-abstract-par/debian/control | 6 +++---
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/p/haskell-abstract-par/debian/changelog b/p/haskell-abstract-par/debian/changelog
index 12bae5c..285eeb6 100644
--- a/p/haskell-abstract-par/debian/changelog
+++ b/p/haskell-abstract-par/debian/changelog
@@ -1,4 +1,4 @@
-haskell-abstract-par (0.3.3-6) UNRELEASED; urgency=medium
+haskell-abstract-par (0.3.3-6) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
@@ -7,7 +7,10 @@ haskell-abstract-par (0.3.3-6) UNRELEASED; urgency=medium
[ Gianfranco Costamagna ]
* Fix VCS fields
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:34:43 +0300
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 02:15:25 -0400
haskell-abstract-par (0.3.3-5) unstable; urgency=medium
diff --git a/p/haskell-abstract-par/debian/control b/p/haskell-abstract-par/debian/control
index 02b642b..53acfe0 100644
--- a/p/haskell-abstract-par/debian/control
+++ b/p/haskell-abstract-par/debian/control
@@ -6,14 +6,14 @@ 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/simonmar/monad-par
-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-abstract-par
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Abstract parallelization interface
+X-Description: abstract parallelization interface
This module offers the types and abstract definitons for the par monad. The
par monad offers parrallelization based on dataflow programming.
--
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