revised .cabal

This commit is contained in:
Jens Petersen 2020-02-20 01:45:30 +08:00
parent 109f90fcd6
commit cd0ec6d4bb
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
cabal-version: >=1.10
name: cryptohash-md5
version: 0.11.100.1
x-revision: 3
x-revision: 4
synopsis: Fast, pure and practical MD5 implementation
description: {
@ -61,7 +61,7 @@ source-repository head
library
default-language: Haskell2010
build-depends: base >= 4.5 && < 4.13
build-depends: base >= 4.5 && < 4.14
, bytestring >= 0.9.2 && < 0.11
hs-source-dirs: src

View File

@ -8,7 +8,7 @@
Name: ghc-%{pkg_name}
Version: 0.11.100.1
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Fast, pure and practical MD5 implementation
License: BSD
@ -135,6 +135,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog
* Wed Feb 19 2020 Jens Petersen <petersen@redhat.com> - 0.11.100.1-14
- revise .cabal and refresh to cabal-rpm-2.0.2
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.100.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild