dev-haskell/cryptohash-sha256 - 0.11.102.1-r1 (gentoo)

Search

Install

Install this version:

emerge -a =dev-haskell/cryptohash-sha256-0.11.102.1-r1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-haskell/cryptohash-sha256-0.11.102.1-r1

Or alternatively:

emerge --autounmask-write -a =dev-haskell/cryptohash-sha256-0.11.102.1-r1

Package Information

Description:
Fast, pure and practical SHA-256 implementation
Homepage:
https://github.com/haskell-hvr/cryptohash-sha256
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.11.102.1-r1 8 ~amd64 ~arm64 ~ppc64 ~riscv ~x86 0/0.11.102.1-r1
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.8.5.1.9999
#hackport: flags: exe:executable,+use-cbits

CABAL_HACKAGE_REVISION=6

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="Fast, pure and practical SHA-256 implementation"
HOMEPAGE="https://github.com/haskell-hvr/cryptohash-sha256"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="executable"

CABAL_CHBINS=(
	'sha256sum' 'cryptohash-sha256sum'
)

RDEPEND="
	>=dev-lang/ghc-8.10.6:=
	executable? (
		dev-haskell/base16-bytestring:=[profile?]
	)
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.2.1.0
	test? (
		>=dev-haskell/sha-1.6.4 <dev-haskell/sha-1.7
		>=dev-haskell/tasty-1.4 <dev-haskell/tasty-1.6
		>=dev-haskell/tasty-hunit-0.10 <dev-haskell/tasty-hunit-0.11
		>=dev-haskell/tasty-quickcheck-0.10 <dev-haskell/tasty-quickcheck-1
		>=dev-haskell/base16-bytestring-1.0.0 <dev-haskell/base16-bytestring-1.1
	)
"

src_configure() {
	local conf_flags=(
		$(cabal_flag executable exe)
		--flag=use-cbits
	)

	haskell-cabal_src_configure "${conf_flags[@]}"
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-haskell/cryptohash-sha256 | euse -E <flag> -p dev-haskell/cryptohash-sha256 | euse -D <flag> -p dev-haskell/cryptohash-sha256

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	>=dev-lang/ghc-8.10.6:=
	executable? (
		dev-haskell/base16-bytestring:=[profile?]
	)

	>=dev-haskell/cabal-3.2.1.0
	test? (
		>=dev-haskell/sha-1.6.4 <dev-haskell/sha-1.7
		>=dev-haskell/tasty-1.4 <dev-haskell/tasty-1.6
		>=dev-haskell/tasty-hunit-0.10 <dev-haskell/tasty-hunit-0.11
		>=dev-haskell/tasty-quickcheck-0.10 <dev-haskell/tasty-quickcheck-1
		>=dev-haskell/base16-bytestring-1.0.0 <dev-haskell/base16-bytestring-1.1
	)

RDEPEND

	>=dev-lang/ghc-8.10.6:=
	executable? (
		dev-haskell/base16-bytestring:=[profile?]
	)