[DHG_packages] 03/03: extra: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 19:54:15 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 d05ab56884ba9a9ca585b2cd09b1a455995344e1
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 15:52:57 2016 -0400
extra: build with ghc 8 in experimental
---
p/haskell-extra/debian/changelog | 6 ++++++
p/haskell-extra/debian/control | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/p/haskell-extra/debian/changelog b/p/haskell-extra/debian/changelog
index e742572..625b88f 100644
--- a/p/haskell-extra/debian/changelog
+++ b/p/haskell-extra/debian/changelog
@@ -1,3 +1,9 @@
+haskell-extra (1.4.10-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 15:52:44 -0400
+
haskell-extra (1.4.10-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-extra/debian/control b/p/haskell-extra/debian/control
index 9162b44..5928d48 100644
--- a/p/haskell-extra/debian/control
+++ b/p/haskell-extra/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/ndmitchell/extra#readme
-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-extra
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Extra functions for base library
+X-Description: extra functions for base library
Library of extra functions for the standard Haskell libraries. Most
functions are simple additions, filling out missing functionality. A
few functions are available in later versions of GHC, but this
--
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