diff --git a/dev-haskell/vty-unix/Manifest b/dev-haskell/vty-unix/Manifest new file mode 100644 index 0000000000000..5b7d5d4d8ec50 --- /dev/null +++ b/dev-haskell/vty-unix/Manifest @@ -0,0 +1 @@ +DIST vty-unix-0.2.0.0.tar.gz 28697 BLAKE2B 8e9950dad4ae1573e45f8a0e5b4164dc4703fade3289f66507b132323a67fe95913db8a0962f689ed4fa480c0de2d1f39d203f0227a17afeb9e704fb57a9ec66 SHA512 466d8e783eea2abea3d400f0bdc40e9653aadb4fe14828bee42cc76d454e5eb3c00b2559166bc655b9f833403cf491c14804e792c28b709fd66b10b50490772d diff --git a/dev-haskell/vty-unix/metadata.xml b/dev-haskell/vty-unix/metadata.xml new file mode 100644 index 0000000000000..7478f5b8c8723 --- /dev/null +++ b/dev-haskell/vty-unix/metadata.xml @@ -0,0 +1,12 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + vty-unix + jtdaugherty/vty-unix + + diff --git a/dev-haskell/vty-unix/vty-unix-0.2.0.0.ebuild b/dev-haskell/vty-unix/vty-unix-0.2.0.0.ebuild new file mode 100644 index 0000000000000..ee8f24e78db88 --- /dev/null +++ b/dev-haskell/vty-unix/vty-unix-0.2.0.0.ebuild @@ -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 +"