From 17be5b856ecf8f82dd41b6f7336f4a5477aa61e9 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 10 May 2026 00:51:51 -0500 Subject: [PATCH] fix(bsc): Build requires ghc-strict-concurrency-devel (#12139) (#12142) --- 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