dev-haskell/vty: new package, add 6.2

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:40 -07:00
committed by Mark Wright
parent 4a684ef1e4
commit 5f209533a4
3 changed files with 42 additions and 0 deletions

1
dev-haskell/vty/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST vty-6.2.tar.gz 66027 BLAKE2B bce661d25d6e9a977527a3754ea8131207ccea20831e8981856c9e333ac91ff8d158ce3ac59cffd6334ae0085639912ec0e002f0355562b27f252b6c00d3b439 SHA512 3e79003677f181a1dc98194f7c5cdef33988e7a24a31dc639b9758b66644323e92c08119746f368fb80c8ecec26c582bb743a2c0762ddcd97f66f7c5a5eeb475

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">vty</remote-id>
<remote-id type="github">jtdaugherty/vty</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,29 @@
# 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_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="A simple terminal UI library"
HOMEPAGE="https://github.com/jtdaugherty/vty"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND=">=dev-haskell/blaze-builder-0.3.3.2:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
<dev-haskell/microlens-0.4.14:=[profile?]
dev-haskell/microlens-mtl:=[profile?]
dev-haskell/parsec:=[profile?]
>=dev-haskell/text-0.11.3:=[profile?]
>=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
>=dev-haskell/vector-0.7:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
"