osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc revision:13, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=315
This commit is contained in:
Ondřej Súkup 2019-12-29 19:23:19 +00:00 committed by Git OBS Bridge
parent f501143295
commit f4a50e35fb
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Sun Dec 29 13:10:39 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- use prebuilt alex and happy on Tumbleweed to avoid buildcycle
- Don't require llvm in ghc-compiler for other architectures than arm
-------------------------------------------------------------------
Sat Dec 28 22:38:34 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -138,13 +138,20 @@ Requires(postun): update-alternatives
%ifarch aarch64 %{arm}
Requires: binutils-gold
%endif
%ifarch aarch64 %{arm} %{ix86} x86_64
%ifarch aarch64 %{arm}
%if 0%{?suse_version} >= 1550
Requires: llvm7
%else
Requires: llvm
%endif
%endif
%ifarch x86_64 %{ix86}
%if 0%{?suse_version} >= 1550
Suggests: llvm7
%else
Suggests: llvm
%endif
%endif
%description compiler
This package contains the GHC compiler, tools and utilities.