haskell-text-short 0.1.3-2build2 source package in Ubuntu

Changelog

haskell-text-short (0.1.3-2build2) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Thu, 29 Oct 2020 22:38:15 +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-text-short_0.1.3.orig.tar.gz 23.9 KiB bf5b9fedb7d0301e8fdf33e3223d10ca940e9e72c18bac135be80b6016edd977
haskell-text-short_0.1.3-2build2.debian.tar.xz 3.1 KiB 96206a0438bd62fb9fa251ace300a79fde023304458603c933924593cc8dcbe0
haskell-text-short_0.1.3-2build2.dsc 3.0 KiB 07d8cb2d9f060281ca65e5807945a4f3fcd121fbca4875b9fb304666c44444aa

Available diffs

View changes file

Binary packages built by this source

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

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

libghc-text-short-doc: memory-efficient representation of Unicode text strings; documentation

 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 the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

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.