forked from pool/ghc-cryptohash-sha256
Accepting request 1170354 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1170354 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-cryptohash-sha256?expand=0&rev=20
This commit is contained in:
commit
9f47cfd537
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 2.0
|
cabal-version: 2.0
|
||||||
name: cryptohash-sha256
|
name: cryptohash-sha256
|
||||||
version: 0.11.102.1
|
version: 0.11.102.1
|
||||||
x-revision: 3
|
x-revision: 4
|
||||||
|
|
||||||
synopsis: Fast, pure and practical SHA-256 implementation
|
synopsis: Fast, pure and practical SHA-256 implementation
|
||||||
description: {
|
description: {
|
||||||
@ -45,15 +45,16 @@ license: BSD3
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
copyright: Vincent Hanquez, Herbert Valerio Riedel
|
copyright: Vincent Hanquez, Herbert Valerio Riedel
|
||||||
maintainer: Herbert Valerio Riedel <hvr@gnu.org>
|
maintainer: Herbert Valerio Riedel <hvr@gnu.org>
|
||||||
homepage: https://github.com/hvr/cryptohash-sha256
|
homepage: https://github.com/haskell-hvr/cryptohash-sha256
|
||||||
bug-reports: https://github.com/hvr/cryptohash-sha256/issues
|
bug-reports: https://github.com/haskell-hvr/cryptohash-sha256/issues
|
||||||
category: Data, Cryptography
|
category: Data, Cryptography
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC == 9.8.0
|
GHC == 9.10.0
|
||||||
GHC == 9.6.2
|
GHC == 9.8.2
|
||||||
GHC == 9.4.7
|
GHC == 9.6.4
|
||||||
|
GHC == 9.4.8
|
||||||
GHC == 9.2.8
|
GHC == 9.2.8
|
||||||
GHC == 9.0.2
|
GHC == 9.0.2
|
||||||
GHC == 8.10.7
|
GHC == 8.10.7
|
||||||
@ -69,7 +70,7 @@ extra-source-files: cbits/hs_sha256.h
|
|||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/hvr/cryptohash-sha256.git
|
location: https://github.com/haskell-hvr/cryptohash-sha256.git
|
||||||
|
|
||||||
flag exe
|
flag exe
|
||||||
description: Enable building @sha256sum@ executable
|
description: Enable building @sha256sum@ executable
|
||||||
@ -86,7 +87,7 @@ library
|
|||||||
|
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
build-depends: base >= 4.5 && < 4.20
|
build-depends: base >= 4.5 && < 4.21
|
||||||
|
|
||||||
exposed-modules: Crypto.Hash.SHA256
|
exposed-modules: Crypto.Hash.SHA256
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 19 21:15:16 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update cryptohash-sha256 to version 0.11.102.1 revision 4.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 14 07:18:49 UTC 2023 - Peter Simons <psimons@suse.com>
|
Thu Sep 14 07:18:49 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-cryptohash-sha256
|
# spec file for package ghc-cryptohash-sha256
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@ Summary: Fast, pure and practical SHA-256 implementation
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
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/3.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.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