mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-haskell/vty-unix: new package, add 0.2.0.0
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
1
dev-haskell/vty-unix/Manifest
Normal file
1
dev-haskell/vty-unix/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST vty-unix-0.2.0.0.tar.gz 28697 BLAKE2B 8e9950dad4ae1573e45f8a0e5b4164dc4703fade3289f66507b132323a67fe95913db8a0962f689ed4fa480c0de2d1f39d203f0227a17afeb9e704fb57a9ec66 SHA512 466d8e783eea2abea3d400f0bdc40e9653aadb4fe14828bee42cc76d454e5eb3c00b2559166bc655b9f833403cf491c14804e792c28b709fd66b10b50490772d
|
||||
12
dev-haskell/vty-unix/metadata.xml
Normal file
12
dev-haskell/vty-unix/metadata.xml
Normal 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-unix</remote-id>
|
||||
<remote-id type="github">jtdaugherty/vty-unix</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
31
dev-haskell/vty-unix/vty-unix-0.2.0.0.ebuild
Normal file
31
dev-haskell/vty-unix/vty-unix-0.2.0.0.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# ebuild generated by hackport 0.8.4.0.9999
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Unix backend for Vty"
|
||||
HOMEPAGE="https://hackage.haskell.org/package/vty-unix"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND="dev-haskell/ansi-terminal:=[profile?]
|
||||
dev-haskell/blaze-builder:=[profile?]
|
||||
dev-haskell/microlens:=[profile?]
|
||||
dev-haskell/microlens-mtl:=[profile?]
|
||||
dev-haskell/microlens-th:=[profile?]
|
||||
dev-haskell/parsec:=[profile?]
|
||||
dev-haskell/utf8-string:=[profile?]
|
||||
dev-haskell/vector:=[profile?]
|
||||
>=dev-haskell/vty-6.1:=[profile?]
|
||||
>=dev-lang/ghc-8.10.6:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-3.2.1.0
|
||||
"
|
||||
Reference in New Issue
Block a user