[DHG_packages] 05/06: tasty-rerun: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 22:48:47 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 9a47a170ebdb6bb2c71a6762128277d012a0cfa9
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 18:46:46 2016 -0400

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

diff --git a/p/haskell-tasty-rerun/debian/changelog b/p/haskell-tasty-rerun/debian/changelog
index b4732c0..cb7c4e0 100644
--- a/p/haskell-tasty-rerun/debian/changelog
+++ b/p/haskell-tasty-rerun/debian/changelog
@@ -1,3 +1,9 @@
+haskell-tasty-rerun (1.1.6-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 18:46:42 -0400
+
 haskell-tasty-rerun (1.1.6-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-tasty-rerun/debian/control b/p/haskell-tasty-rerun/debian/control
index 4689a87..013c516 100644
--- a/p/haskell-tasty-rerun/debian/control
+++ b/p/haskell-tasty-rerun/debian/control
@@ -1,31 +1,34 @@
 Source: haskell-tasty-rerun
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joey Hess <joeyh at debian.org>
+Uploaders:
+ Joey Hess <joeyh at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev (>= 2.1.2),
  libghc-mtl-prof,
  libghc-optparse-applicative-dev (>= 0.6),
  libghc-optparse-applicative-prof,
  libghc-reducers-dev (>= 3.10.1),
  libghc-reducers-prof,
- libghc-split-dev (>= 0.1),
  libghc-split-dev (<< 0.3),
+ libghc-split-dev (>= 0.1),
  libghc-split-prof,
  libghc-stm-dev (>= 2.4.2),
  libghc-stm-prof,
- libghc-tagged-dev (>= 0.7),
  libghc-tagged-dev (<< 0.9),
+ libghc-tagged-dev (>= 0.7),
  libghc-tagged-prof,
- libghc-tasty-dev (>= 0.10),
  libghc-tasty-dev (<< 0.12),
+ libghc-tasty-dev (>= 0.10),
  libghc-tasty-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
  libghc-optparse-applicative-doc,
  libghc-reducers-doc,
@@ -35,16 +38,19 @@ Build-Depends-Indep: ghc-doc,
  libghc-tasty-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/ocharles/tasty-rerun
-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-rerun
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-tasty-rerun-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell testing framework, rerun support${haskell:ShortBlurb}
  This ingredient adds the ability to run tests by first filtering the
  test tree based on the result of a previous test run.
@@ -56,10 +62,13 @@ Description: Haskell testing framework, rerun support${haskell:ShortBlurb}
 
 Package: libghc-tasty-rerun-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell testing framework, rerun support${haskell:ShortBlurb}
  This ingredient adds the ability to run tests by first filtering the
  test tree based on the result of a previous test run.
@@ -72,10 +81,13 @@ Description: Haskell testing framework, rerun support${haskell:ShortBlurb}
 Package: libghc-tasty-rerun-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Haskell testing framework, rereun support${haskell:ShortBlurb}
  This ingredient adds the ability to run tests by first filtering the
  test tree based on the result of a previous test run.

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