[DHG_packages] 03/03: decimal: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 17:31:10 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 50634a6c95842c6c1a59784564777f30f3a940d4
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 13:28:41 2016 -0400
decimal: build with ghc 8 in experimental
---
p/haskell-decimal/debian/changelog | 8 ++++----
p/haskell-decimal/debian/control | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/p/haskell-decimal/debian/changelog b/p/haskell-decimal/debian/changelog
index d8c3442..1f6a63e 100644
--- a/p/haskell-decimal/debian/changelog
+++ b/p/haskell-decimal/debian/changelog
@@ -1,13 +1,13 @@
-haskell-decimal (0.4.2-5) UNRELEASED; urgency=medium
+haskell-decimal (0.4.2-5) 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)
- [ 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:08 +0300
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 13:28:17 -0400
haskell-decimal (0.4.2-4) unstable; urgency=medium
diff --git a/p/haskell-decimal/debian/control b/p/haskell-decimal/debian/control
index cb2cbff..465a4a4 100644
--- a/p/haskell-decimal/debian/control
+++ b/p/haskell-decimal/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/PaulJohnson/Haskell-Decimal
-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-decimal
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Decimal numbers with variable precision
+X-Description: decimal numbers with variable precision
Library for manipulating decimal numebers, primary for financial arithmetic.
.
Decimal number has an integer mantissa and a negative
--
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