cabal-rpm-1.0.0: add doc and prof subpkgs
This commit is contained in:
parent
5346a8a433
commit
30b384aa3b
@ -1,6 +1,6 @@
|
|||||||
name: attoparsec
|
name: attoparsec
|
||||||
version: 0.13.2.2
|
version: 0.13.2.2
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
category: Text, Parsing
|
category: Text, Parsing
|
||||||
@ -54,7 +54,7 @@ library
|
|||||||
if !impl(ghc >= 8.0)
|
if !impl(ghc >= 8.0)
|
||||||
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
|
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
|
||||||
build-depends: fail == 4.9.*,
|
build-depends: fail == 4.9.*,
|
||||||
semigroups >=0.16.1 && <0.19
|
semigroups >=0.16.1 && <0.20
|
||||||
|
|
||||||
exposed-modules: Data.Attoparsec
|
exposed-modules: Data.Attoparsec
|
||||||
Data.Attoparsec.ByteString
|
Data.Attoparsec.ByteString
|
||||||
@ -140,7 +140,7 @@ test-suite tests
|
|||||||
if !impl(ghc >= 8.0)
|
if !impl(ghc >= 8.0)
|
||||||
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
|
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
|
||||||
build-depends: fail == 4.9.*,
|
build-depends: fail == 4.9.*,
|
||||||
semigroups >=0.16.1 && <0.19
|
semigroups >=0.16.1 && <0.20
|
||||||
|
|
||||||
benchmark benchmarks
|
benchmark benchmarks
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.13.2.2
|
Version: 0.13.2.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Fast combinator parsing for bytestrings and text
|
Summary: Fast combinator parsing for bytestrings and text
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -123,6 +123,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user