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