cabal-rpm-1.0.0: add doc and prof subpkgs

This commit is contained in:
Jens Petersen 2019-07-29 15:34:56 +00:00
parent 5d097e0df4
commit cda3118fe6
2 changed files with 9 additions and 6 deletions

View File

@ -8,7 +8,7 @@
Name: ghc-%{pkg_name}
Version: 0.1.2
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Memory-efficient representation of Unicode text strings
License: BSD
@ -127,6 +127,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.1.2-7
- add doc and prof subpackages (cabal-rpm-1.0.0)
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

View File

@ -2,7 +2,7 @@ cabal-version: 1.18
name: text-short
version: 0.1.2
x-revision: 1
x-revision: 2
synopsis: Memory-efficient representation of Unicode text strings
license: BSD3
license-file: LICENSE
@ -15,7 +15,7 @@ description: This package provides the 'ShortText' type which is suitabl
.
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.
tested-with: GHC==8.4.1, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4
tested-with: GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4
extra-source-files: ChangeLog.md
Source-Repository head
@ -36,14 +36,14 @@ library
build-depends: base >= 4.7 && < 4.13
, bytestring >= 0.10.4 && < 0.11
, hashable >= 1.2.6 && < 1.3
, hashable >= 1.2.6 && < 1.4
, deepseq >= 1.3 && < 1.5
, text >= 1.0 && < 1.3
, binary >= 0.7.1 && < 0.9
, ghc-prim >= 0.3.1 && < 0.6
if !impl(ghc >= 8.0)
build-depends: semigroups >= 0.18.2 && < 0.19
build-depends: semigroups >= 0.18.2 && < 0.20
-- GHC version specific PrimOps
if impl(ghc >= 8.4)
@ -83,7 +83,7 @@ test-suite tests
, text
, text-short
-- deps which don't inherit constraints from library stanza:
, tasty >= 1.0.0 && < 1.1
, tasty >= 1.0.0 && < 1.3
, tasty-quickcheck >= 0.10 && < 0.11
, tasty-hunit >= 0.10.0 && < 0.11
, quickcheck-instances >= 0.3.14 && < 0.4