[DHG_packages] 02/05: double-conversion: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 19:22:04 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 e38e6efe6e9bf18337616dc4ce162438a7453b6f
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 15:16:47 2016 -0400
double-conversion: build with ghc 8 in experimental
---
p/haskell-double-conversion/debian/changelog | 6 +++
p/haskell-double-conversion/debian/control | 66 +++++++++++++++++-----------
2 files changed, 47 insertions(+), 25 deletions(-)
diff --git a/p/haskell-double-conversion/debian/changelog b/p/haskell-double-conversion/debian/changelog
index 66afdf6..581020c 100644
--- a/p/haskell-double-conversion/debian/changelog
+++ b/p/haskell-double-conversion/debian/changelog
@@ -1,3 +1,9 @@
+haskell-double-conversion (2.0.1.0+ds1-3) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 15:16:37 -0400
+
haskell-double-conversion (2.0.1.0+ds1-2) unstable; urgency=medium
* Add libdouble-conversion-dev to libghc-double-conversion-dev's Depends.
diff --git a/p/haskell-double-conversion/debian/control b/p/haskell-double-conversion/debian/control
index 877a0af..4fa6882 100644
--- a/p/haskell-double-conversion/debian/control
+++ b/p/haskell-double-conversion/debian/control
@@ -1,52 +1,59 @@
Source: haskell-double-conversion
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: James McCoy <jamessan at debian.org>
+Uploaders:
+ James McCoy <jamessan at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
libdouble-conversion-dev,
libghc-test-framework-dev,
libghc-test-framework-quickcheck2-dev,
libghc-text-dev (>= 0.11.0.8),
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/bos/double-conversion
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-double-conversion
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Fast conversion between double precision floating point and text
+X-Description: fast conversion between double precision floating point and text
A library that performs fast, accurate conversion between double
precision floating point and text.
.
This library is implemented as bindings to the C++
- @double-conversion@ library written by Florian Loitsch at Google:
- <http://code.google.com/p/double-conversion/>.
+ double-conversion library written by Florian Loitsch at Google.
.
The 'Text' versions of these functions are about 30 times faster
than the default 'show' implementation for the 'Double' type.
.
The 'ByteString' versions are /slower/ than the 'Text' versions;
roughly half the speed. (This seems to be due to the cost of
- allocating 'ByteString' values via @malloc at .)
+ allocating 'ByteString' values via malloc.)
.
- As a final note, be aware that the @bytestring-show@ package is
+ As a final note, be aware that the bytestring-show package is
about 50% slower than simply using 'show'.
Package: libghc-double-conversion-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ libdouble-conversion-dev,
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
- libdouble-conversion-dev
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -54,12 +61,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-double-conversion-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -68,11 +80,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-double-conversion-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
--
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