cabal-rpm-1.0.0: add doc and prof subpkgs
This commit is contained in:
parent
427789e2d3
commit
5c9e9b939f
@ -1,6 +1,6 @@
|
|||||||
name: ansi-wl-pprint
|
name: ansi-wl-pprint
|
||||||
version: 0.6.8.2
|
version: 0.6.8.2
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
cabal-version: >= 1.10
|
cabal-version: >= 1.10
|
||||||
category: User Interfaces, Text
|
category: User Interfaces, Text
|
||||||
synopsis: The Wadler/Leijen Pretty Printer for colored ANSI terminal output
|
synopsis: The Wadler/Leijen Pretty Printer for colored ANSI terminal output
|
||||||
@ -40,7 +40,7 @@ library
|
|||||||
ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
|
ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
|
||||||
else
|
else
|
||||||
-- see also notes in Text.PrettyPrint.ANSI.Leijen
|
-- see also notes in Text.PrettyPrint.ANSI.Leijen
|
||||||
build-depends: semigroups >= 0.1 && < 0.19
|
build-depends: semigroups >= 0.1 && < 0.20
|
||||||
|
|
||||||
build-depends: ansi-terminal >= 0.4.0 && < 0.10
|
build-depends: ansi-terminal >= 0.4.0 && < 0.10
|
||||||
build-depends: base >= 4.5 && < 5
|
build-depends: base >= 4.5 && < 5
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.6.8.2
|
Version: 0.6.8.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: The Wadler/Leijen Pretty Printer for colored ANSI terminal output
|
Summary: The Wadler/Leijen Pretty Printer for colored ANSI terminal output
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -107,6 +107,9 @@ sed -i 's/\r$//' README.md
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 0.6.8.2-5
|
||||||
|
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8.2-4
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.8.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