[DHG_packages] 01/05: criterion: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 20:26:33 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 547950ee5c69ad01e4d0c08516469cf11834807c
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 16:23:17 2016 -0400
criterion: build with ghc 8 in experimental
---
p/haskell-criterion/debian/changelog | 6 ++--
p/haskell-criterion/debian/control | 66 ++++++++++++++++++++++--------------
2 files changed, 43 insertions(+), 29 deletions(-)
diff --git a/p/haskell-criterion/debian/changelog b/p/haskell-criterion/debian/changelog
index 6633910..6acae94 100644
--- a/p/haskell-criterion/debian/changelog
+++ b/p/haskell-criterion/debian/changelog
@@ -1,8 +1,8 @@
-haskell-criterion (1.1.1.0-2) UNRELEASED; urgency=medium
+haskell-criterion (1.1.1.0-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:21 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 16:23:00 -0400
haskell-criterion (1.1.1.0-1) unstable; urgency=medium
diff --git a/p/haskell-criterion/debian/control b/p/haskell-criterion/debian/control
index 4511e90..41afd42 100644
--- a/p/haskell-criterion/debian/control
+++ b/p/haskell-criterion/debian/control
@@ -1,27 +1,30 @@
Source: haskell-criterion
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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,
- libghc-glob-dev (>= 0.7.2),
- libghc-glob-prof,
+ haskell-devscripts (>= 0.10),
libghc-aeson-dev (>= 0.8),
libghc-aeson-prof,
libghc-ansi-wl-pprint-dev (>= 0.6.7.2),
libghc-ansi-wl-pprint-prof,
libghc-cassava-dev (>= 0.3.0.0),
libghc-cassava-prof,
+ libghc-glob-dev (>= 0.7.2),
+ libghc-glob-prof,
libghc-hastache-dev (>= 0.6.0),
libghc-hastache-prof,
libghc-mtl-dev (>= 2),
libghc-mtl-prof,
libghc-mwc-random-dev (>= 0.8.0.3),
libghc-mwc-random-prof,
+ libghc-optparse-applicative-dev,
libghc-optparse-applicative-dev (>= 0.11),
libghc-optparse-applicative-prof,
libghc-parsec3-dev (>= 3.1.0),
@@ -32,16 +35,16 @@ Build-Depends: debhelper (>= 9),
libghc-text-prof,
libghc-transformers-compat-dev (>= 0.4),
libghc-transformers-compat-prof,
- libghc-vector-dev (>= 0.7.1),
- libghc-vector-prof,
libghc-vector-algorithms-dev (>= 0.4),
libghc-vector-algorithms-prof,
- libghc-optparse-applicative-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-glob-doc,
+ libghc-vector-dev (>= 0.7.1),
+ libghc-vector-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-ansi-wl-pprint-doc,
libghc-cassava-doc,
+ libghc-glob-doc,
libghc-hastache-doc,
libghc-mtl-doc,
libghc-mwc-random-doc,
@@ -50,21 +53,25 @@ Build-Depends-Indep: ghc-doc,
libghc-statistics-doc,
libghc-text-doc,
libghc-transformers-compat-doc,
- libghc-vector-doc,
libghc-vector-algorithms-doc,
+ libghc-vector-doc,
Standards-Version: 3.9.8
Homepage: http://www.serpentine.com/criterion
-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-criterion
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-criterion-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Robust, reliable performance measurement and analysis${haskell:ShortBlurb}
This library provides a powerful but simple way to measure the performance of
Haskell code. It provides both a framework for executing and analysing
@@ -78,12 +85,16 @@ Description: Robust, reliable performance measurement and analysis${haskell:Shor
Package: libghc-criterion-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Robust, reliable performance measurement and analysis${haskell:ShortBlurb}
This library provides a powerful but simple way to measure the performance of
Haskell code. It provides both a framework for executing and analysing
@@ -98,10 +109,13 @@ Description: Robust, reliable performance measurement and analysis${haskell:Shor
Package: libghc-criterion-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Robust, reliable performance measurement and analysis${haskell:ShortBlurb}
This library provides a powerful but simple way to measure the performance of
Haskell code. It provides both a framework for executing and analysing
--
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