dev-haskell/wai-logger: Add GHC_BOOTSTRAP_PACKAGES

Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1327
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/30226
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap
2023-03-18 19:35:01 -06:00
committed by Sam James
parent 289485e720
commit 0ab52e9b5f

View File

@@ -17,6 +17,10 @@ SLOT="0/${PV}"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE=""
GHC_BOOTSTRAP_PACKAGES=(
cabal-doctest
)
RESTRICT=test # does not specify full dependencies
RDEPEND="dev-haskell/byteorder:=[profile?]