forked from pool/ghc-ed25519
Accepting request 1121511 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1121511 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-ed25519?expand=0&rev=17
This commit is contained in:
commit
fe4a41b879
@ -1,17 +1,17 @@
|
|||||||
|
cabal-version: >=1.10
|
||||||
name: ed25519
|
name: ed25519
|
||||||
version: 0.0.5.0
|
version: 0.0.5.0
|
||||||
x-revision: 7
|
x-revision: 8
|
||||||
category: Cryptography
|
category: Cryptography
|
||||||
license: MIT
|
license: MIT
|
||||||
synopsis: Ed25519 cryptographic signatures
|
synopsis: Ed25519 cryptographic signatures
|
||||||
homepage: http://thoughtpolice.github.com/hs-ed25519
|
homepage: https://github.com/thoughtpolice/hs-ed25519/
|
||||||
bug-reports: http://github.com/thoughtpolice/hs-ed25519/issues
|
bug-reports: https://github.com/thoughtpolice/hs-ed25519/issues
|
||||||
license-file: LICENSE.txt
|
license-file: LICENSE.txt
|
||||||
copyright: Copyright (c) Austin Seipp 2013-2015
|
copyright: Copyright (c) Austin Seipp 2013-2017
|
||||||
author: Austin Seipp
|
author: Austin Seipp
|
||||||
maintainer: Austin Seipp <aseipp@pobox.com>
|
maintainer: Austin Seipp <aseipp@pobox.com>
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
|
||||||
tested-with: GHC == 7.0.1, GHC == 7.0.2, GHC == 7.0.3, GHC == 7.0.4,
|
tested-with: GHC == 7.0.1, GHC == 7.0.2, GHC == 7.0.3, GHC == 7.0.4,
|
||||||
GHC == 7.2.1, GHC == 7.2.2, GHC == 7.4.1, GHC == 7.4.2,
|
GHC == 7.2.1, GHC == 7.2.2, GHC == 7.4.1, GHC == 7.4.2,
|
||||||
GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3,
|
GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3,
|
||||||
@ -61,9 +61,9 @@ flag no-donna
|
|||||||
|
|
||||||
library
|
library
|
||||||
build-depends:
|
build-depends:
|
||||||
ghc-prim >= 0.1 && < 0.11,
|
ghc-prim >= 0.1 && < 0.12,
|
||||||
base >= 4 && < 5,
|
base >= 4 && < 5,
|
||||||
bytestring >= 0.9 && < 0.12
|
bytestring >= 0.9 && < 0.13
|
||||||
|
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Crypto.Sign.Ed25519
|
Crypto.Sign.Ed25519
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 24 16:38:36 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update ed25519 to version 0.0.5.0 revision 8.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 30 17:06:41 UTC 2023 - Peter Simons <psimons@suse.com>
|
Thu Mar 30 17:06:41 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Summary: Ed25519 cryptographic signatures
|
|||||||
License: MIT
|
License: MIT
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/7.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/8.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
|
Loading…
x
Reference in New Issue
Block a user