diff --git a/ghc-th-lift-instances.spec b/ghc-th-lift-instances.spec index 641bc8f..c1785e2 100644 --- a/ghc-th-lift-instances.spec +++ b/ghc-th-lift-instances.spec @@ -4,11 +4,15 @@ %global pkg_name th-lift-instances %global pkgver %{pkg_name}-%{version} +%ifnarch riscv64 %bcond_without tests +%else +%bcond_with tests +%endif Name: ghc-%{pkg_name} Version: 0.1.20 -Release: %autorelease +Release: %autorelease -e 0.riscv64 Summary: Lift instances for template-haskell for common data types License: BSD-3-Clause