cabal-rpm-1.0.0: add doc and prof subpkgs

This commit is contained in:
Jens Petersen 2019-07-29 14:39:39 +00:00
parent 5346a8a433
commit 30b384aa3b
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
name: attoparsec
version: 0.13.2.2
x-revision: 2
x-revision: 3
license: BSD3
license-file: LICENSE
category: Text, Parsing
@ -54,7 +54,7 @@ library
if !impl(ghc >= 8.0)
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
build-depends: fail == 4.9.*,
semigroups >=0.16.1 && <0.19
semigroups >=0.16.1 && <0.20
exposed-modules: Data.Attoparsec
Data.Attoparsec.ByteString
@ -140,7 +140,7 @@ test-suite tests
if !impl(ghc >= 8.0)
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
build-depends: fail == 4.9.*,
semigroups >=0.16.1 && <0.19
semigroups >=0.16.1 && <0.20
benchmark benchmarks
type: exitcode-stdio-1.0

View File

@ -8,7 +8,7 @@
Name: ghc-%{pkg_name}
Version: 0.13.2.2
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Fast combinator parsing for bytestrings and text
License: BSD
@ -123,6 +123,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog
* Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 0.13.2.2-5
- add doc and prof subpackages (cabal-rpm-1.0.0)
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild