1
0

osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-cryptohash-sha256 revision:2, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cryptohash-sha256?expand=0&rev=64
This commit is contained in:
Peter Simons 2024-04-21 14:36:11 +00:00 committed by Git OBS Bridge
parent cb4923a7fd
commit 3b117dc2bc
3 changed files with 17 additions and 10 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 2.0
name: cryptohash-sha256
version: 0.11.102.1
x-revision: 3
x-revision: 4
synopsis: Fast, pure and practical SHA-256 implementation
description: {
@ -45,15 +45,16 @@ license: BSD3
license-file: LICENSE
copyright: Vincent Hanquez, Herbert Valerio Riedel
maintainer: Herbert Valerio Riedel <hvr@gnu.org>
homepage: https://github.com/hvr/cryptohash-sha256
bug-reports: https://github.com/hvr/cryptohash-sha256/issues
homepage: https://github.com/haskell-hvr/cryptohash-sha256
bug-reports: https://github.com/haskell-hvr/cryptohash-sha256/issues
category: Data, Cryptography
build-type: Simple
tested-with:
GHC == 9.8.0
GHC == 9.6.2
GHC == 9.4.7
GHC == 9.10.0
GHC == 9.8.2
GHC == 9.6.4
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
@ -69,7 +70,7 @@ extra-source-files: cbits/hs_sha256.h
source-repository head
type: git
location: https://github.com/hvr/cryptohash-sha256.git
location: https://github.com/haskell-hvr/cryptohash-sha256.git
flag exe
description: Enable building @sha256sum@ executable
@ -86,7 +87,7 @@ library
ghc-options: -Wall
build-depends: base >= 4.5 && < 4.20
build-depends: base >= 4.5 && < 4.21
exposed-modules: Crypto.Hash.SHA256

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# 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
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/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-base-devel
BuildRequires: ghc-base-prof