update to 0.1.2

This commit is contained in:
Elliott Sales de Andrade 2018-07-09 05:14:55 -04:00
parent c9a480e3ef
commit 3832791a85
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/text-short-0.1.1.tar.gz
/text-short-0.1.2.tar.gz

View File

@ -7,8 +7,8 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.1.1
Release: 3%{?dist}
Version: 0.1.2
Release: 1%{?dist}
Summary: Memory-efficient representation of Unicode text strings
License: BSD
@ -37,10 +37,10 @@ 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 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.
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.
%package devel
@ -92,6 +92,9 @@ cabal-tweak-dep-ver hashable '1.2.6' '1.2.5'
%changelog
* Mon Jul 09 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.1.2-1
- update to 0.1.2
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (text-short-0.1.1.tar.gz) = cf83092ae3b630e22de8f7fb493fc5daeb7ddbf0f054bf49649483bfcb47701c607973b7625d7b9337839d5728ac9ff9e6b4fec83c055d0db37eefe493f6c302
SHA512 (text-short-0.1.2.tar.gz) = f0d454f4146bfa220ff02e9e76ae366c5f6d5b4253296e8f96299ed3f30b9b982d5daca6f50b0681b6ccf5fba7103914f6a8688d0da89740dcd71d1eda9c9851