[packages/ghc-attoparsec] - updated dependencies
qboosh
qboosh at pld-linux.org
Sat Jul 19 19:11:19 CEST 2025
commit 517acd5547932f3652bde9b002d4abc9b115a1f3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jul 19 19:12:47 2025 +0200
- updated dependencies
ghc-attoparsec.spec | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 deletions(-)
---
diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec
index 3729e95..85cb7ee 100644
--- a/ghc-attoparsec.spec
+++ b/ghc-attoparsec.spec
@@ -14,34 +14,41 @@ Group: Development/Languages
Source0: http://hackage.haskell.org/package/%{pkgname}-%{version}/%{pkgname}-%{version}.tar.gz
# Source0-md5: bbef0323147aaa59caccd5cb1289e719
URL: http://hackage.haskell.org/package/attoparsec
-BuildRequires: ghc >= 6.12.3
+# with ghc<8.0 also ghc-fail 4.9.x, semigroups >=0.16.1 <0.20
+BuildRequires: ghc >= 8.0
BuildRequires: ghc-array
-BuildRequires: ghc-base >= 3
+BuildRequires: ghc-base >= 4.3
+BuildRequires: ghc-base < 5
BuildRequires: ghc-bytestring
BuildRequires: ghc-containers
BuildRequires: ghc-deepseq
BuildRequires: ghc-scientific >= 0.3.1
-BuildRequires: ghc-text >= 0.11.1.5
+BuildRequires: ghc-scientific < 0.4
+BuildRequires: ghc-text >= 1.1.1.3
+BuildRequires: ghc-transformers >= 0.2
+BuildRequires: ghc-transformers < 0.6
%if %{with prof}
-BuildRequires: ghc-prof >= 6.12.3
+BuildRequires: ghc-prof >= 7.0.1
BuildRequires: ghc-array-prof
-BuildRequires: ghc-base-prof >= 3
+BuildRequires: ghc-base-prof >= 4.3
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-containers-prof
BuildRequires: ghc-deepseq-prof
BuildRequires: ghc-scientific-prof >= 0.3.1
-BuildRequires: ghc-text-prof >= 0.11.1.5
+BuildRequires: ghc-text-prof >= 1.1.1.3
+BuildRequires: ghc-transformers-prof >= 0.2
%endif
BuildRequires: rpmbuild(macros) >= 1.608
%requires_eq ghc
Requires(post,postun): /usr/bin/ghc-pkg
Requires: ghc-array
-Requires: ghc-base >= 3
+Requires: ghc-base >= 4.3
Requires: ghc-bytestring
Requires: ghc-containers
Requires: ghc-deepseq
Requires: ghc-scientific >= 0.3.1
-Requires: ghc-text >= 0.11.1.5
+Requires: ghc-text >= 1.1.1.3
+Requires: ghc-transformers >= 0.2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
# debuginfo is not useful for ghc
@@ -66,12 +73,13 @@ Summary(pl.UTF-8): Biblioteka profilująca %{pkgname} dla GHC
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: ghc-array-prof
-Requires: ghc-base-prof >= 3
+Requires: ghc-base-prof >= 4.3
Requires: ghc-bytestring-prof
Requires: ghc-containers-prof
Requires: ghc-deepseq-prof
Requires: ghc-scientific-prof >= 0.3.1
-Requires: ghc-text-prof >= 0.11.1.5
+Requires: ghc-text-prof >= 1.1.1.3
+Requires: ghc-transformers-prof >= 0.2
%description prof
Profiling %{pkgname} library for GHC. Should be installed when
@@ -134,7 +142,7 @@ rm -rf $RPM_BUILD_ROOT
%doc LICENSE README.markdown
%{_libdir}/%{ghcdir}/package.conf.d/%{pkgname}.conf
%dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}
-%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/libHSattoparsec-%{version}-*.so
+%attr(755,root,root) %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/libHSattoparsec-%{version}-*.so
%{_libdir}/%{ghcdir}/%{pkgname}-%{version}/libHSattoparsec-%{version}-*.a
%exclude %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/libHSattoparsec-%{version}-*_p.a
%dir %{_libdir}/%{ghcdir}/%{pkgname}-%{version}/Data
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ghc-attoparsec.git/commitdiff/517acd5547932f3652bde9b002d4abc9b115a1f3
More information about the pld-cvs-commit
mailing list