17
0

2 Commits

3 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
cabal-version: >=1.10
name: cryptohash-sha1
version: 0.11.101.0
x-revision: 5
x-revision: 6
description:
A practical incremental and one-pass, pure API to the
<https://en.wikipedia.org/wiki/SHA-1 SHA-1 hash algorithm>
@@ -29,9 +29,10 @@ category: Data, Cryptography
build-type: Simple
tested-with:
GHC == 9.12.1
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.5
GHC == 9.8.4
GHC == 9.6.6
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
@@ -51,7 +52,7 @@ source-repository head
library
default-language: Haskell2010
build-depends: base >= 4.5 && < 4.21
build-depends: base >= 4.5 && < 5
, bytestring >= 0.9.2 && < 0.13
hs-source-dirs: src

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 1 18:59:14 UTC 2025 - Peter Simons <psimons@suse.com>
- Update cryptohash-sha1 to version 0.11.101.0 revision 6.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Jun 26 08:40:21 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-cryptohash-sha1
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@ Summary: Fast, pure and practical SHA-1 implementation
License: BSD-3-Clause
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/5.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof