Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov 74625d7cf8
Disable tests on riscv64
Solves:
[..]
[2 of 2] Compiling Main
<no location info>: error:
    Couldn't find a target code interpreter. Try with -fexternal-interpreter
error: Bad exit status from /var/tmp/rpm-tmp.iin36B (%build)
    Bad exit status from /var/tmp/rpm-tmp.iin36B (%build)
RPM build errors:
Child return code was: 1
[..]

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-11-20 09:27:55 +02:00
Jens Petersen 0863be5d97 bump release 2023-07-29 22:28:56 +08:00
Fedora Release Engineering 2738d5aec3 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-19 22:39:31 +00:00
1 changed files with 5 additions and 1 deletions

View File

@ -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