haskell-double-conversion 2.0.2.0+ds1-1 source package in Ubuntu

Changelog

haskell-double-conversion (2.0.2.0+ds1-1) unstable; urgency=medium

  * Upload again with correct version number.
    This was breaking `dht make-all`.

 -- Sean Whitton <email address hidden>  Mon, 04 Sep 2017 19:55:09 -0700

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
haskell-double-conversion_2.0.2.0+ds1-1.dsc 2.6 KiB 8649c4963596d337eb5785f1c45f0e3bfb481bacff2fe3558c88a79f2960b7ab
haskell-double-conversion_2.0.2.0+ds1-1.debian.tar.xz 2.9 KiB 61e1dc8cf8f4509ef239d96980ca39ea6a7b187e1e658abc4dbb39edcfac0a02
haskell-double-conversion_2.0.2.0+ds1.orig.tar.gz 6.0 KiB e44d5fb4c4cca2b0701be3ff8b226ab1452d507fd11ad07e48d67eee10a392c8

No changes file available.

Binary packages built by this source

libghc-double-conversion-dev: No summary available for libghc-double-conversion-dev in ubuntu cosmic.

No description available for libghc-double-conversion-dev in ubuntu cosmic.

libghc-double-conversion-doc: fast conversion between double precision floating point and text; documentation

 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.
 .
 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.)
 .
 As a final note, be aware that the bytestring-show package is
 about 50% slower than simply using 'show'.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-double-conversion-prof: fast conversion between double precision floating point and text; profiling libraries

 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.
 .
 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.)
 .
 As a final note, be aware that the bytestring-show package is
 about 50% slower than simply using 'show'.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.