dev-haskell/foundation: Fix basement dep

basement is needed regardless of if USE=test is enabled, furthermore it
specificially depends on basement-0.0.16.

Closes: https://bugs.gentoo.org/916741
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
hololeap 2023-11-03 09:41:27 -06:00 committed by Sam James
parent 7f9d8aa3ea
commit 9939790f28
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 2 additions and 2 deletions

View File

@ -14,14 +14,14 @@ HOMEPAGE="https://github.com/haskell-foundation/foundation"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
KEYWORDS="~amd64"
IUSE="experimental"
RDEPEND=">=dev-lang/ghc-8.8.1:=
"
DEPEND="${RDEPEND}
~dev-haskell/basement-0.0.16
>=dev-haskell/cabal-3.0.0.0
test? ( dev-haskell/basement )
"
src_configure() {