From 5998ce987a68fc227fd4d650b9fd45b5b0693830 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 19 Jun 2020 16:54:47 +0800 Subject: [PATCH] refresh to cabal-rpm-2.0.6 --- ed25519-0.0.5.0.cabal | 4 ++-- ghc-ed25519.spec | 12 +----------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/ed25519-0.0.5.0.cabal b/ed25519-0.0.5.0.cabal index a8b0c15..0247ad4 100644 --- a/ed25519-0.0.5.0.cabal +++ b/ed25519-0.0.5.0.cabal @@ -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 diff --git a/ghc-ed25519.spec b/ghc-ed25519.spec index 241ea3c..3c2c032 100644 --- a/ghc-ed25519.spec +++ b/ghc-ed25519.spec @@ -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