diff --git a/dev-haskell/vty/Manifest b/dev-haskell/vty/Manifest
new file mode 100644
index 0000000000000..76305f465fb56
--- /dev/null
+++ b/dev-haskell/vty/Manifest
@@ -0,0 +1 @@
+DIST vty-6.2.tar.gz 66027 BLAKE2B bce661d25d6e9a977527a3754ea8131207ccea20831e8981856c9e333ac91ff8d158ce3ac59cffd6334ae0085639912ec0e002f0355562b27f252b6c00d3b439 SHA512 3e79003677f181a1dc98194f7c5cdef33988e7a24a31dc639b9758b66644323e92c08119746f368fb80c8ecec26c582bb743a2c0762ddcd97f66f7c5a5eeb475
diff --git a/dev-haskell/vty/metadata.xml b/dev-haskell/vty/metadata.xml
new file mode 100644
index 0000000000000..ab23306b35452
--- /dev/null
+++ b/dev-haskell/vty/metadata.xml
@@ -0,0 +1,12 @@
+
+
+
+
+ haskell@gentoo.org
+ Gentoo Haskell
+
+
+ vty
+ jtdaugherty/vty
+
+
diff --git a/dev-haskell/vty/vty-6.2.ebuild b/dev-haskell/vty/vty-6.2.ebuild
new file mode 100644
index 0000000000000..bd84102af5f5d
--- /dev/null
+++ b/dev-haskell/vty/vty-6.2.ebuild
@@ -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/text-0.11.3:=[profile?]
+ >=dev-haskell/utf8-string-0.3:=[profile?] =dev-haskell/vector-0.7:=[profile?]
+ >=dev-lang/ghc-9.0.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-3.4.1.0
+"