haskell-double-conversion 2.0.2.0+ds1-5build2 source package in Ubuntu

Changelog

haskell-double-conversion (2.0.2.0+ds1-5build2) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 00:38:26 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-double-conversion_2.0.2.0+ds1.orig.tar.gz 6.0 KiB e44d5fb4c4cca2b0701be3ff8b226ab1452d507fd11ad07e48d67eee10a392c8
haskell-double-conversion_2.0.2.0+ds1-5build2.debian.tar.xz 3.4 KiB 78b9d2f5a488444faad650438e057c419ca5fbfc6fd3a12a70ae3908f4cdf1c7
haskell-double-conversion_2.0.2.0+ds1-5build2.dsc 2.7 KiB b3566bb5f8ccccedaefd7e78140ee098d1be5af57cc9fb1817b24bab54d780d3

View changes file

Binary packages built by this source

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

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

libghc-double-conversion-doc: No summary available for libghc-double-conversion-doc in ubuntu impish.

No description available for libghc-double-conversion-doc in ubuntu impish.

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.