diff --git a/.gitignore b/.gitignore index 350455c..dd632d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /text-short-0.1.1.tar.gz +/text-short-0.1.2.tar.gz diff --git a/ghc-text-short.spec b/ghc-text-short.spec index 1a6087f..f0f8404 100644 --- a/ghc-text-short.spec +++ b/ghc-text-short.spec @@ -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 - 0.1.2-1 +- update to 0.1.2 + * Wed Feb 07 2018 Fedora Release Engineering - 0.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild diff --git a/sources b/sources index ce956cd..b1e32c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (text-short-0.1.1.tar.gz) = cf83092ae3b630e22de8f7fb493fc5daeb7ddbf0f054bf49649483bfcb47701c607973b7625d7b9337839d5728ac9ff9e6b4fec83c055d0db37eefe493f6c302 +SHA512 (text-short-0.1.2.tar.gz) = f0d454f4146bfa220ff02e9e76ae366c5f6d5b4253296e8f96299ed3f30b9b982d5daca6f50b0681b6ccf5fba7103914f6a8688d0da89740dcd71d1eda9c9851