[DHG_packages] 01/03: hex: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 00:20:06 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 df0da55b94bb0a46052a3389db1b81e18b4ea9de
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 20:14:34 2016 -0400

    hex: build with ghc 8 in experimental
---
 p/haskell-hex/debian/changelog | 8 ++++----
 p/haskell-hex/debian/control   | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/p/haskell-hex/debian/changelog b/p/haskell-hex/debian/changelog
index bbfddec..84606d5 100644
--- a/p/haskell-hex/debian/changelog
+++ b/p/haskell-hex/debian/changelog
@@ -1,13 +1,13 @@
-haskell-hex (0.1.2-3) UNRELEASED; urgency=medium
+haskell-hex (0.1.2-3) 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:26 +0300
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 20:14:24 -0400
 
 haskell-hex (0.1.2-2) unstable; urgency=medium
 
diff --git a/p/haskell-hex/debian/control b/p/haskell-hex/debian/control
index cdca264..0d71023 100644
--- a/p/haskell-hex/debian/control
+++ b/p/haskell-hex/debian/control
@@ -6,12 +6,12 @@ Section: haskell
 Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.10),
  cdbs,
- ghc,
+ ghc (>= 8.0),
  ghc-prof,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/hex
-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-hex
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Convert strings into hexadecimal and back.
  This package provides conversion functions between bytestrings and their

-- 
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