refresh to cabal-rpm-2.0.6
This commit is contained in:
parent
2162ae5bd1
commit
ef846ba571
@ -1,7 +1,7 @@
|
||||
cabal-version: >=1.10
|
||||
name: cryptohash-sha1
|
||||
version: 0.11.100.1
|
||||
x-revision: 4
|
||||
x-revision: 5
|
||||
|
||||
synopsis: Fast, pure and practical SHA-1 implementation
|
||||
description: {
|
||||
@ -66,7 +66,7 @@ source-repository head
|
||||
|
||||
library
|
||||
default-language: Haskell2010
|
||||
build-depends: base >= 4.5 && < 4.14
|
||||
build-depends: base >= 4.5 && < 4.15
|
||||
, bytestring >= 0.9.2 && < 0.11
|
||||
|
||||
hs-source-dirs: src
|
||||
|
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-2.0.5
|
||||
# generated by cabal-rpm-2.0.6
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name cryptohash-sha1
|
||||
@ -105,16 +105,6 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
%cabal_test
|
||||
|
||||
|
||||
%if 0%{?fedora} < 31 || 0%{?rhel} < 8
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%postun devel
|
||||
%ghc_pkg_recache
|
||||
%endif
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
# Begin cabal-rpm files:
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user