Try again

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-04-14 20:25:11 +03:00
parent f7080d6ff4
commit b1a0db0759
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 4 additions and 2 deletions

View File

@ -4,11 +4,13 @@
%global pkg_name pandoc-types
%global pkgver %{pkg_name}-%{version}
%global _smp_mflags -j1
# testsuite missing deps: test-framework test-framework-hunit test-framework-quickcheck2
Name: ghc-%{pkg_name}
Version: 1.22.2.1
Release: %autorelease -e 1.riscv64
Release: %autorelease -e 2.riscv64
Summary: Types for representing a structured document
License: BSD-3-Clause
@ -94,7 +96,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%build
# Begin cabal-rpm build:
%define cabal_configure_options --ghc-options="-O0"
%define cabal_configure_options --ghc-options="-O0 -fexternal-interpreter"
%ghc_lib_build
# End cabal-rpm build