haskell-text-short 0.1.2-5 source package in Ubuntu

Changelog

haskell-text-short (0.1.2-5) unstable; urgency=medium

  * Enable testsuite.

 -- Clint Adams <email address hidden>  Wed, 28 Aug 2019 21:49:38 -0400

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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-text-short_0.1.2-5.dsc 2.8 KiB f341d1419b6885235815249b786b82cf9f046f2874ba5a2215f1890e7c12142f
haskell-text-short_0.1.2.orig.tar.gz 22.9 KiB b3f2b867d14c7c2586ea580028606b6662293ad080726d5241def937e5e31167
haskell-text-short_0.1.2-5.debian.tar.xz 3.0 KiB 624961a4db0e8bb9d50817794c7b434616b7d8c829f10500eccc67f85797ccbd

No changes file available.

Binary packages built by this source

libghc-text-short-dev: No summary available for libghc-text-short-dev in ubuntu eoan.

No description available for libghc-text-short-dev in ubuntu eoan.

libghc-text-short-doc: No summary available for libghc-text-short-doc in ubuntu eoan.

No description available for libghc-text-short-doc in ubuntu eoan.

libghc-text-short-prof: memory-efficient representation of Unicode text strings; profiling libraries

 This Haskell library provides the 'ShortText' type which is suitable
 for keeping many short strings in memory. This is similiar to the
 relationship between 'ShortByteString' and 'ByteString'.
 .
 The main differences between 'Text' and 'ShortText' is that
 'ShortText' uses UTF-8 instead of UTF-16 internally and 'ShortText'
 doesn't support zero-copy slicing (thereby saving 2 words).
 Consequently, the memory footprint of a (boxed) 'ShortText' value is 4
 words (2 words when unboxed) plus the length of the UTF-8 encoded
 payload.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.