From fc13fcff4b945ec5b5e3f110fa1f7fb7631cbaa0 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 10 May 2026 00:29:11 -0500 Subject: [PATCH] fix(bsc): Build requires ghc-strict-concurrency-devel (#12139) Signed-off-by: Gilver --- anda/buildsys/bsc/bsc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/buildsys/bsc/bsc.spec b/anda/buildsys/bsc/bsc.spec index 99dc8de116..1b7122389c 100644 --- a/anda/buildsys/bsc/bsc.spec +++ b/anda/buildsys/bsc/bsc.spec @@ -16,6 +16,7 @@ BuildRequires: ghc-regex-compat-devel BuildRequires: ghc-syb-devel BuildRequires: ghc-old-time-devel BuildRequires: ghc-split-devel +BuildRequires: ghc-strict-concurrency-devel BuildRequires: gperf BuildRequires: gcc-c++ BuildRequires: autoconf