[DHG_packages] 04/05: tasty-smallcheck: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Thu Oct 13 23:49:26 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 c4b9ea5d9aeb2b956415623bd109e37e4597063f
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 19:46:19 2016 -0400

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

diff --git a/p/haskell-tasty-smallcheck/debian/changelog b/p/haskell-tasty-smallcheck/debian/changelog
index 1919bb0..5ef99bb 100644
--- a/p/haskell-tasty-smallcheck/debian/changelog
+++ b/p/haskell-tasty-smallcheck/debian/changelog
@@ -1,13 +1,13 @@
-haskell-tasty-smallcheck (0.8.1-2) UNRELEASED; urgency=medium
+haskell-tasty-smallcheck (0.8.1-2) 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:36:18 +0300
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 19:46:11 -0400
 
 haskell-tasty-smallcheck (0.8.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-tasty-smallcheck/debian/control b/p/haskell-tasty-smallcheck/debian/control
index 8bd9645..acf5454 100644
--- a/p/haskell-tasty-smallcheck/debian/control
+++ b/p/haskell-tasty-smallcheck/debian/control
@@ -6,7 +6,7 @@ Section: haskell
 Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.10),
  cdbs,
- ghc,
+ ghc (>= 8.0),
  ghc-prof,
  libghc-async-dev,
  libghc-async-prof,
@@ -23,9 +23,9 @@ Build-Depends-Indep: ghc-doc,
  libghc-tasty-doc,
 Standards-Version: 3.9.8
 Homepage: http://documentup.com/feuerbach/tasty
-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-tasty-smallcheck
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: SmallCheck support for the Tasty test framework.
+X-Description: SmallCheck support for the Tasty test framework
  This packages contains the glue code to run SmallCheck tests within the Tasty
  test framework.
 

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