forked from pool/ghc-cryptohash-sha256
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
b58903d83e | |||
d55de7b920 |
@@ -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: 4
|
x-revision: 5
|
||||||
|
|
||||||
synopsis: Fast, pure and practical SHA-256 implementation
|
synopsis: Fast, pure and practical SHA-256 implementation
|
||||||
description: {
|
description: {
|
||||||
@@ -51,9 +51,9 @@ category: Data, Cryptography
|
|||||||
build-type: Simple
|
build-type: Simple
|
||||||
|
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC == 9.10.0
|
GHC == 9.10.1
|
||||||
GHC == 9.8.2
|
GHC == 9.8.2
|
||||||
GHC == 9.6.4
|
GHC == 9.6.5
|
||||||
GHC == 9.4.8
|
GHC == 9.4.8
|
||||||
GHC == 9.2.8
|
GHC == 9.2.8
|
||||||
GHC == 9.0.2
|
GHC == 9.0.2
|
||||||
@@ -63,7 +63,6 @@ tested-with:
|
|||||||
GHC == 8.4.4
|
GHC == 8.4.4
|
||||||
GHC == 8.2.2
|
GHC == 8.2.2
|
||||||
GHC == 8.0.2
|
GHC == 8.0.2
|
||||||
GHC == 7.10.3
|
|
||||||
|
|
||||||
extra-source-files: cbits/hs_sha256.h
|
extra-source-files: cbits/hs_sha256.h
|
||||||
changelog.md
|
changelog.md
|
||||||
@@ -137,7 +136,7 @@ test-suite test-sha256
|
|||||||
, base16-bytestring ^>= 0.1.1 || ^>= 1.0.0
|
, base16-bytestring ^>= 0.1.1 || ^>= 1.0.0
|
||||||
, SHA ^>= 1.6.4
|
, SHA ^>= 1.6.4
|
||||||
, tasty ^>= 1.4 || ^>= 1.5
|
, tasty ^>= 1.4 || ^>= 1.5
|
||||||
, tasty-quickcheck ^>= 0.10
|
, tasty-quickcheck >= 0.10 && < 1
|
||||||
, tasty-hunit ^>= 0.10
|
, tasty-hunit ^>= 0.10
|
||||||
|
|
||||||
benchmark bench-sha256
|
benchmark bench-sha256
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 26 09:08:36 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update cryptohash-sha256 to version 0.11.102.1 revision 5.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 19 21:15:16 UTC 2024 - Peter Simons <psimons@suse.com>
|
Fri Apr 19 21:15:16 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@@ -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/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-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
|
Reference in New Issue
Block a user