[DHG_packages] 21/29: tf-random: build against ghc8 in experimental

Clint Adams clint at moszumanska.debian.org
Thu Oct 13 03:26:01 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 bd74b4cd5f65ed17f865aa230c6fe36f4848a814
Author: Clint Adams <clint at debian.org>
Date:   Wed Oct 12 23:06:42 2016 -0400

    tf-random: build against ghc8 in experimental
---
 p/haskell-tf-random/debian/changelog | 3 ++-
 p/haskell-tf-random/debian/control   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/p/haskell-tf-random/debian/changelog b/p/haskell-tf-random/debian/changelog
index a8f80d1..5b31ba1 100644
--- a/p/haskell-tf-random/debian/changelog
+++ b/p/haskell-tf-random/debian/changelog
@@ -1,4 +1,4 @@
-haskell-tf-random (0.5-5exp1) experimental; urgency=medium
+haskell-tf-random (0.5-6) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
@@ -9,6 +9,7 @@ haskell-tf-random (0.5-5exp1) experimental; urgency=medium
 
   [ Clint Adams ]
   * Tweak license short name in debian/copyright.
+  * Temporarily build-depend on ghc 8.
 
  -- Clint Adams <clint at debian.org>  Fri, 01 Jul 2016 10:41:44 +0200
 
diff --git a/p/haskell-tf-random/debian/control b/p/haskell-tf-random/debian/control
index 464f98d..803bfc0 100644
--- a/p/haskell-tf-random/debian/control
+++ b/p/haskell-tf-random/debian/control
@@ -6,7 +6,7 @@ Section: haskell
 Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.10),
  cdbs,
- ghc,
+ ghc (>= 8),
  ghc-prof,
  libghc-primitive-dev (>= 0.3),
  libghc-primitive-prof,
@@ -19,7 +19,7 @@ Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/tf-random
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: High-quality splittable pseudorandom number generator
+X-Description: high-quality splittable pseudorandom number generator
  This package contains an implementation of a high-quality splittable
  pseudorandom number generator. The generator is based on a cryptographic hash
  function built on top of the ThreeFish block cipher. See the paper Splittable

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