dev-haskell/markov-chain - 0.0.3.4 (haskell)

Search

Install

Install this version:

emerge -a =dev-haskell/markov-chain-0.0.3.4

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

autounmask =dev-haskell/markov-chain-0.0.3.4

Or alternatively:

emerge --autounmask-write -a =dev-haskell/markov-chain-0.0.3.4

Package Information

Description:
Markov Chains for generating random sequences with a user definable behaviour
Homepage:
https://code.haskell.org/~thielema/markov-chain/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.0.3.4 8 ~amd64 0/0.0.3.4
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.9.0.0.9999

CABAL_HACKAGE_REVISION=1

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

DESCRIPTION="Markov Chains for generating random sequences with a user definable behaviour"
HOMEPAGE="https://code.haskell.org/~thielema/markov-chain/"

LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64"

RDEPEND=">=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-2.0:=[profile?]
	>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-3.4.1.0
"

Inherited Eclasses

Dependencies

DEPEND

>=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-2.0:=[profile?]
	>=dev-lang/ghc-9.0.2:=

	>=dev-haskell/cabal-3.4.1.0

RDEPEND

>=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-2.0:=[profile?]
	>=dev-lang/ghc-9.0.2:=