SHA256
1
0
forked from pool/ghc-ed25519

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-ed25519 revision:24, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ed25519?expand=0&rev=53
This commit is contained in:
Peter Simons 2022-06-29 12:18:11 +00:00 committed by Git OBS Bridge
parent 28202df1b1
commit fc809194a0
3 changed files with 12 additions and 6 deletions

View File

@ -1,6 +1,6 @@
name: ed25519
version: 0.0.5.0
x-revision: 4
x-revision: 5
category: Cryptography
license: MIT
synopsis: Ed25519 cryptographic signatures
@ -61,9 +61,9 @@ flag no-donna
library
build-depends:
ghc-prim >= 0.1 && < 0.8,
ghc-prim >= 0.1 && < 0.9,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11
bytestring >= 0.9 && < 0.12
exposed-modules:
Crypto.Sign.Ed25519
@ -97,7 +97,7 @@ test-suite properties
else
build-depends:
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11,
bytestring >= 0.9 && < 0.12,
QuickCheck >= 2.4 && < 2.9,
ed25519
@ -140,7 +140,7 @@ benchmark bench
type: exitcode-stdio-1.0
build-depends:
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11,
bytestring >= 0.9 && < 0.12,
criterion >= 0.8 && < 1.2,
deepseq >= 1.3 && < 1.5,
ed25519

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 17 05:37:05 UTC 2022 - Peter Simons <psimons@suse.com>
- Update ed25519 to version 0.0.5.0 revision 5.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Jan 13 15:31:21 UTC 2022 - Peter Simons <psimons@suse.com>

View File

@ -25,7 +25,7 @@ Summary: Ed25519 cryptographic signatures
License: MIT
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros