From aaea659f3b26dc22c8d3417e7d7bb7066e389b42 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Feb 2023 04:04:51 +0800 Subject: [PATCH] arch dependency on unbounded-delays --- ghc-tasty.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghc-tasty.spec b/ghc-tasty.spec index 4b1b1c5..5097c1e 100644 --- a/ghc-tasty.spec +++ b/ghc-tasty.spec @@ -41,6 +41,9 @@ BuildRequires: ghc-tagged-prof BuildRequires: ghc-transformers-prof BuildRequires: ghc-unix-prof %endif +%ifnarch x86_64 aarch64 +BuildRequires: ghc-unbounded-delays-prof +%endif # End cabal-rpm deps %description