From e81403f2e35368d1766a1ca4d56662e9bd729ae4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Apr 29 2022 16:07:41 +0000 Subject: recommend ghc or ghcX.Y's not just ghc --- diff --git a/cabal-install.spec b/cabal-install.spec index 147924e..702c5c3 100644 --- a/cabal-install.spec +++ b/cabal-install.spec @@ -3,7 +3,7 @@ Name: cabal-install Version: 3.2.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: The command-line interface for Cabal and Hackage License: BSD @@ -61,7 +61,7 @@ Requires: filesystem Requires: bind-utils # for /etc/profile.d/ Requires: setup -Recommends: ghc +Recommends: (ghc or ghc8.10 or ghc9.0 or ghc9.2) Recommends: zlib-devel # added for F26 Obsoletes: %{name}-common < %{version}-%{release} @@ -113,6 +113,9 @@ install -pm 644 -D -t %{buildroot}%{_sysconfdir}/profile.d/ %{SOURCE10} %changelog +* Sat Apr 30 2022 Jens Petersen - 3.2.0.0-6 +- recommend ghc or ghcX.Y + * Thu Apr 21 2022 Jens Petersen - 3.2.0.0-5 - drop the strict requires on ghc-compiler to allow ghcX.Y-compiler-default