Try again

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

View File

@ -10,7 +10,7 @@
Name: ghc-%{pkg_name}
Version: 1.22.2.1
Release: %autorelease -e 2.riscv64
Release: %autorelease -e 3.riscv64
Summary: Types for representing a structured document
License: BSD-3-Clause
@ -96,7 +96,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%build
# Begin cabal-rpm build:
%define cabal_configure_options --ghc-options="-O0 -fexternal-interpreter"
%define cabal_configure_options --ghc-options="-O0"
%ghc_lib_build
# End cabal-rpm build