summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-18 19:05:10 -0600
committerSam James <sam@gentoo.org>2023-03-19 01:42:05 +0000
commit1175b08ed2dab21c201ee42d87ea7fe17dee23fa (patch)
treeb58b65cb90d3ddd187d58f1225bff3e34244761d /dev-vcs
parentapp-text/xml2doc: fix configure w/ clang 16 (diff)
downloadgentoo-1175b08ed2dab21c201ee42d87ea7fe17dee23fa.tar.gz
gentoo-1175b08ed2dab21c201ee42d87ea7fe17dee23fa.tar.bz2
gentoo-1175b08ed2dab21c201ee42d87ea7fe17dee23fa.zip
dev-vcs/git-annex: Add GHC_BOOTSTRAP_PACKAGES
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1327 Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-annex/git-annex-10.20220624.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-vcs/git-annex/git-annex-10.20220624.ebuild b/dev-vcs/git-annex/git-annex-10.20220624.ebuild
index 533212eb0b99..0b65231e2a48 100644
--- a/dev-vcs/git-annex/git-annex-10.20220624.ebuild
+++ b/dev-vcs/git-annex/git-annex-10.20220624.ebuild
@@ -19,6 +19,13 @@ IUSE="+assistant +benchmark +dbus debug doc +gitlfs +magicmime +pairing +torrent
REQUIRED_USE="webapp? ( assistant )"
+GHC_BOOTSTRAP_PACKAGES=(
+ async
+ filepath-bytestring
+ split
+ unix-compat
+)
+
RDEPEND="dev-haskell/aeson:=
>=dev-haskell/ansi-terminal-0.9:=
dev-haskell/async:=