[DHG_packages] 01/03: scientific: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 18:35:21 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 19cf8446aca09d8ba9f210fed2946959119bbf7e
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 14:30:49 2016 -0400
scientific: build with ghc 8 in experimental
---
p/haskell-scientific/debian/changelog | 6 ++++++
p/haskell-scientific/debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/p/haskell-scientific/debian/changelog b/p/haskell-scientific/debian/changelog
index 545f8be..dda9b8e 100644
--- a/p/haskell-scientific/debian/changelog
+++ b/p/haskell-scientific/debian/changelog
@@ -1,3 +1,9 @@
+haskell-scientific (0.3.4.9-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 14:30:42 -0400
+
haskell-scientific (0.3.4.9-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-scientific/debian/control b/p/haskell-scientific/debian/control
index 9e1277b..be939a5 100644
--- a/p/haskell-scientific/debian/control
+++ b/p/haskell-scientific/debian/control
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
libghc-hashable-dev (>= 1.1.2),
libghc-hashable-dev (<< 1.3),
@@ -23,7 +23,7 @@ Build-Depends-Indep: ghc-doc,
libghc-vector-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/basvandijk/scientific
-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-scientific
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: scientific notation for floating-point numbers
This package provides a Haskell datatype for representing and pretty-printing
--
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