Name: | ghc-text-short |
---|---|
Version: | 0.1.6 |
Release: | 1.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 181802 |
License: | BSD-3-Clause |
RPM: | ghc-text-short-0.1.6-1.el10_0.x86_64.rpm |
Source RPM: | ghc-text-short-0.1.6-1.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/text-short |
Summary: | Memory-efficient representation of Unicode text strings |
Description: | This package provides the 'ShortText' type which is suitable for keeping many short strings in memory. This is similiar to how 'ShortByteString' relates to 'ByteString'. The main difference between 'Text' and 'ShortText' is that 'ShortText' uses UTF-8 instead of UTF-16 internally and also 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. |
- https://hackage.haskell.org/package/text-short-0.1.6/changelog
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- refresh to cabal-rpm-2.2.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- revised .cabal file
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- https://hackage.haskell.org/package/text-short-0.1.5/changelog - refresh to cabal-rpm-2.1.0 with SPDX migration
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- rebuild