refresh to cabal-rpm-2.0.6

This commit is contained in:
Jens Petersen 2020-06-19 16:54:47 +08:00
parent 2afc33d0a6
commit 5998ce987a
2 changed files with 3 additions and 13 deletions

View File

@ -1,6 +1,6 @@
name: ed25519
version: 0.0.5.0
x-revision: 2
x-revision: 3
category: Cryptography
license: MIT
synopsis: Ed25519 cryptographic signatures
@ -61,7 +61,7 @@ flag no-donna
library
build-depends:
ghc-prim >= 0.1 && < 0.6,
ghc-prim >= 0.1 && < 0.7,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11

View File

@ -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 ed25519
@ -96,16 +96,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.txt