commit:     289485e7206ae07ae0f434d5ef305893bd464cd9
Author:     hololeap <hololeap <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sun Mar 19 01:34:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 01:42:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289485e7

app-portage/hackport: Add GHC_BOOTSTRAP_PACKAGES

Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1327
Signed-off-by: hololeap <hololeap <AT> users.noreply.github.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/hackport/hackport-0.7.2.2.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-portage/hackport/hackport-0.7.2.2.ebuild 
b/app-portage/hackport/hackport-0.7.2.2.ebuild
index 7eaeebfe47a0..c82f8252ca25 100644
--- a/app-portage/hackport/hackport-0.7.2.2.ebuild
+++ b/app-portage/hackport/hackport-0.7.2.2.ebuild
@@ -16,6 +16,10 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
 
+GHC_BOOTSTRAP_PACKAGES=(
+       cabal-doctest
+)
+
 RDEPEND=">=dev-haskell/async-2.0:=
        >=dev-haskell/base16-bytestring-0.1.1:=
        >=dev-haskell/base64-bytestring-1.0:=

Reply via email to