From 30b384aa3bb7e1e9684054023c2de1d9dd31d053 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 29 Jul 2019 14:39:39 +0000 Subject: [PATCH] cabal-rpm-1.0.0: add doc and prof subpkgs --- attoparsec-0.13.2.2.cabal | 6 +++--- ghc-attoparsec.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/attoparsec-0.13.2.2.cabal b/attoparsec-0.13.2.2.cabal index 8ef1f67..44630fb 100644 --- a/attoparsec-0.13.2.2.cabal +++ b/attoparsec-0.13.2.2.cabal @@ -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 diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec index 53b0a8f..a1efd96 100644 --- a/ghc-attoparsec.spec +++ b/ghc-attoparsec.spec @@ -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 - 0.13.2.2-5 +- add doc and prof subpackages (cabal-rpm-1.0.0) + * Thu Jul 25 2019 Fedora Release Engineering - 0.13.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild