[packages/ghc-syb] - typo, upper version bound in BR
qboosh
qboosh at pld-linux.org
Sun Mar 22 15:55:03 CET 2026
commit 76fc07756bbf0aad7ccf991b68378be2ddf10f16
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 22 15:55:16 2026 +0100
- typo, upper version bound in BR
ghc-syb.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ghc-syb.spec b/ghc-syb.spec
index ad781fa..ae13e1c 100644
--- a/ghc-syb.spec
+++ b/ghc-syb.spec
@@ -16,9 +16,11 @@ Source0: http://hackage.haskell.org/package/%{pkgname}-%{version}/%{pkgname}-%{v
URL: http://hackage.haskell.org/package/syb
BuildRequires: ghc >= 6.12.3
BuildRequires: ghc-base >= 4.0
+BuildRequires: ghc-base < 5
%if %{with prof}
-BuildRequires: ghc-prof >= 6.12.3}
+BuildRequires: ghc-prof >= 6.12.3
BuildRequires: ghc-base-prof >= 4.0
+BuildRequires: ghc-base-prof < 5
%endif
BuildRequires: rpmbuild(macros) >= 1.608
%requires_eq ghc
@@ -55,8 +57,8 @@ Requires: %{name} = %{version}-%{release}
Requires: ghc-base-prof >= 4.0
%description prof
-Profiling %{pkgname} library for GHC. Should be installed when
-GHC's profiling subsystem is needed.
+Profiling %{pkgname} library for GHC. Should be installed when GHC's
+profiling subsystem is needed.
%description prof -l pl.UTF-8
Biblioteka profilująca %{pkgname} dla GHC. Powinna być zainstalowana
@@ -85,6 +87,7 @@ runhaskell Setup.lhs configure -v2 \
--docdir=%{_docdir}/%{name}-%{version}
runhaskell Setup.lhs build
+
runhaskell Setup.lhs haddock --executables
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ghc-syb.git/commitdiff/76fc07756bbf0aad7ccf991b68378be2ddf10f16
More information about the pld-cvs-commit
mailing list