dev-haskell/statestack: new package, add 0.3.1.1

Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
hololeap
2026-01-23 22:16:48 -07:00
committed by Mark Wright
parent 47fc41e597
commit 0934fb81e6
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST statestack-0.3.1.1-rev3.cabal 1134 BLAKE2B 6400c5bbb5531d7266e31fa485838898c02627734e38f30674ada87ff1cba034774dd30417b6711dd4df3875f24066c271da9d9575a83460ae2416420e0996db SHA512 e559dd3be5c4328d12d1b374382374a5b771dd78fe6e59cb82784543a72f622e5b32e02a2331e6b00f81f6b5b416f19aa9c656819bf9ec92177901eb06276458
DIST statestack-0.3.1.1.tar.gz 3945 BLAKE2B c490d05f48bbb2336facb8e92fb25c4b570163d3af7b8433a5c3d845a2075a5722edb04940a06bfe777f6b9716c8884cd6590e78d0a4908252e2fa31f117b5c2 SHA512 6de2a370812b2ac4d5e6842348737bdf66f6c32846fbf592cf133ab25283199f7824438ee6ffa12eb789bd0266c182af6f69fb172249fe97f235d2f7bc5643c8

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<upstream>
<remote-id type="hackage">statestack</remote-id>
<remote-id type="github">diagrams/statestack</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,24 @@
# 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=3
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Simple State-like monad transformer with saveable and restorable state"
HOMEPAGE="https://hackage.haskell.org/package/statestack"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"