From eaf7a4ee5399b0cac5f21bdf0cec3b7c53c0ae86 Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Tue, 20 Sep 2022 16:07:09 +0300 Subject: [PATCH] Uses/cabal.mk: Extend i386 brokeness to basement-0.0.15 --- Mk/Uses/cabal.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/Uses/cabal.mk b/Mk/Uses/cabal.mk index 09724cedbcd2..b15a4ee4feaa 100644 --- a/Mk/Uses/cabal.mk +++ b/Mk/Uses/cabal.mk @@ -69,9 +69,9 @@ IGNORE= USES=cabal: invalid arguments: ${arg} IGNORE= CABAL_PROJECT: invalid value: ${CABAL_PROJECT} . endif -. if ${ARCH} == i386 && defined(USE_CABAL) && ${USE_CABAL:Mbasement-0.0.14} +. if ${ARCH} == i386 && defined(USE_CABAL) && ${USE_CABAL:Mbasement-0.0.1[4-5]} # Upstream issue: https://github.com/haskell-foundation/foundation/issues/565 -BROKEN= basement-0.0.14 package doesn't compile on i386 +BROKEN= ${USE_CABAL:Mbasement-0.0.1[4-5]} package doesn't compile on i386 . endif PKGNAMEPREFIX?= hs-