From 5c9e9b939f0279e99e4d541488e4cd065e67e809 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 29 Jul 2019 14:38:50 +0000 Subject: [PATCH] cabal-rpm-1.0.0: add doc and prof subpkgs --- ansi-wl-pprint-0.6.8.2.cabal | 4 ++-- ghc-ansi-wl-pprint.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ansi-wl-pprint-0.6.8.2.cabal b/ansi-wl-pprint-0.6.8.2.cabal index 6477ddf..1869b0c 100644 --- a/ansi-wl-pprint-0.6.8.2.cabal +++ b/ansi-wl-pprint-0.6.8.2.cabal @@ -1,6 +1,6 @@ name: ansi-wl-pprint version: 0.6.8.2 -x-revision: 1 +x-revision: 2 cabal-version: >= 1.10 category: User Interfaces, Text 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 else -- 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: base >= 4.5 && < 5 diff --git a/ghc-ansi-wl-pprint.spec b/ghc-ansi-wl-pprint.spec index 7bb7c4d..696034e 100644 --- a/ghc-ansi-wl-pprint.spec +++ b/ghc-ansi-wl-pprint.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 0.6.8.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Wadler/Leijen Pretty Printer for colored ANSI terminal output License: BSD @@ -107,6 +107,9 @@ sed -i 's/\r$//' README.md %changelog +* Thu Aug 01 2019 Jens Petersen - 0.6.8.2-5 +- add doc and prof subpackages (cabal-rpm-1.0.0) + * Thu Jul 25 2019 Fedora Release Engineering - 0.6.8.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild