summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 16:09:56 -0400
committerClint Adams <clint@debian.org>2016-10-17 16:09:56 -0400
commit2d8aeb4eacd42c4445473a1e557a0caa3677eb82 (patch)
tree2e34e1a5ed4764ac9a9fe197ada9d68b37305252
parent1a832f52414fb87c0aee8fd8677e8315c7d5d8fe (diff)
downloadDHG_packages-2d8aeb4eacd42c4445473a1e557a0caa3677eb82.tar.gz
statistics: build with ghc 8 in experimental
-rw-r--r--p/haskell-statistics/debian/changelog6
-rw-r--r--p/haskell-statistics/debian/control58
2 files changed, 42 insertions, 22 deletions
diff --git a/p/haskell-statistics/debian/changelog b/p/haskell-statistics/debian/changelog
index b3c290021..4e95c163c 100644
--- a/p/haskell-statistics/debian/changelog
+++ b/p/haskell-statistics/debian/changelog
@@ -1,3 +1,9 @@
+haskell-statistics (0.13.3.0-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 16:09:48 -0400
+
haskell-statistics (0.13.3.0-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-statistics/debian/control b/p/haskell-statistics/debian/control
index c1ba56c12..8086c94c4 100644
--- a/p/haskell-statistics/debian/control
+++ b/p/haskell-statistics/debian/control
@@ -1,13 +1,15 @@
Source: haskell-statistics
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>
+Uploaders:
+ Joachim Breitner <nomeata@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-aeson-dev (>= 0.6.0.0),
libghc-aeson-prof,
libghc-erf-dev,
@@ -20,35 +22,40 @@ Build-Depends: debhelper (>= 9),
libghc-mwc-random-prof,
libghc-primitive-dev (>= 0.3),
libghc-primitive-prof,
- libghc-vector-dev (>= 0.10),
- libghc-vector-prof,
libghc-vector-algorithms-dev (>= 0.4),
libghc-vector-algorithms-prof,
libghc-vector-binary-instances-dev (>= 0.2.1),
libghc-vector-binary-instances-prof,
-Build-Depends-Indep: ghc-doc,
+ libghc-vector-dev (>= 0.10),
+ libghc-vector-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-erf-doc,
libghc-math-functions-doc,
libghc-monad-par-doc,
libghc-mwc-random-doc,
libghc-primitive-doc,
- libghc-vector-doc,
libghc-vector-algorithms-doc,
libghc-vector-binary-instances-doc,
+ libghc-vector-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/bos/statistics
-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-statistics
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-statistics-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: A library of statistical types, data, and functions${haskell:ShortBlurb}
This library provides a number of common functions and types useful
in statistics. Our focus is on high performance, numerical
@@ -70,12 +77,16 @@ Description: A library of statistical types, data, and functions${haskell:ShortB
Package: libghc-statistics-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: A library of statistical types, data, and functions${haskell:ShortBlurb}
This library provides a number of common functions and types useful
in statistics. Our focus is on high performance, numerical
@@ -98,10 +109,13 @@ Description: A library of statistical types, data, and functions${haskell:ShortB
Package: libghc-statistics-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: A library of statistical types, data, and functions${haskell:ShortBlurb}
This library provides a number of common functions and types useful
in statistics. Our focus is on high performance, numerical