Skip to content

Commit c82cbd9

Browse files
committed
dev-haskell/ghci-dap: new package, add 0.0.26.0
Signed-off-by: hololeap <hololeap@protonmail.com>
1 parent b33e88c commit c82cbd9

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

dev-haskell/ghci-dap/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DIST ghci-dap-0.0.26.0.tar.gz 578747 BLAKE2B 88fd6ba96b8413ead59ff5ad23dfcf29c88beaa94ca2cdeca49590dab04e0de3e73eb3c0b1f7660d572ecd79bfc7871f087f3b87fc0a86b9718652e9b2a4eea2 SHA512 5c7de2b69f5b32fea9db036e0258f5a2a4b510e51e48604fd96393c78c44cb9b41683d8d1ef4d252d93ce41276628454f54ef8dfd6e0300646c7d45e9e4d8daf
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 1999-2025 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
# ebuild generated by hackport 0.9.1.0.9999
7+
8+
CABAL_FEATURES="lib profile haddock hoogle hscolour"
9+
inherit haskell-cabal
10+
11+
DESCRIPTION="ghci-dap is a GHCi having DAP interface"
12+
HOMEPAGE="https://github.com/phoityne/ghci-dap"
13+
14+
LICENSE="BSD"
15+
SLOT="0/${PV}"
16+
KEYWORDS="~amd64"
17+
18+
RDEPEND="
19+
dev-haskell/ghc-paths:=[profile?]
20+
dev-haskell/haskeline:=[profile?]
21+
>=dev-haskell/haskell-dap-0.0.15.0:=[profile?]
22+
dev-haskell/text:=[profile?]
23+
>=dev-lang/ghc-9.4.5:=
24+
"
25+
DEPEND="${RDEPEND}
26+
>=dev-haskell/cabal-3.8.1.0
27+
"

dev-haskell/ghci-dap/metadata.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="project">
5+
<email>haskell@gentoo.org</email>
6+
<name>Gentoo Haskell</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="hackage">ghci-dap</remote-id>
10+
<remote-id type="github">phoityne/ghci-dap</remote-id>
11+
</upstream>
12+
</pkgmetadata>

0 commit comments

Comments
 (0)