[DHG_packages] 04/04: quickcheck-io: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Thu Oct 13 23:24:46 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 5edf260e3b7098f1f5d3eb13cb540b3295d840a3
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 19:22:53 2016 -0400

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

diff --git a/p/haskell-quickcheck-io/debian/changelog b/p/haskell-quickcheck-io/debian/changelog
index 1331e5d..51f73c5 100644
--- a/p/haskell-quickcheck-io/debian/changelog
+++ b/p/haskell-quickcheck-io/debian/changelog
@@ -1,3 +1,9 @@
+haskell-quickcheck-io (0.1.3-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 19:22:48 -0400
+
 haskell-quickcheck-io (0.1.3-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-quickcheck-io/debian/control b/p/haskell-quickcheck-io/debian/control
index 1aa8fca..6e0dd8b 100644
--- a/p/haskell-quickcheck-io/debian/control
+++ b/p/haskell-quickcheck-io/debian/control
@@ -6,7 +6,7 @@ Section: haskell
 Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.10),
  cdbs,
- ghc,
+ ghc (>= 8.0),
  ghc-prof,
  libghc-hunit-dev (>= 1.2.5),
  libghc-hunit-prof,
@@ -17,7 +17,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-quickcheck2-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/quickcheck-io
-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-quickcheck-io
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: use HUnit assertions as QuickCheck properties
  This package provides an orphan instance that allows you to use HUnit

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