[packages/ghc-http-client-tls] - pl, base dependencies
qboosh
qboosh at pld-linux.org
Sun Mar 22 10:28:47 CET 2026
commit 54378b0329a5bab77932183dd115a8f9368e9c0f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 22 10:28:57 2026 +0100
- pl, base dependencies
ghc-http-client-tls.spec | 23 ++++++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)
---
diff --git a/ghc-http-client-tls.spec b/ghc-http-client-tls.spec
index f3292a0..18b354c 100644
--- a/ghc-http-client-tls.spec
+++ b/ghc-http-client-tls.spec
@@ -4,6 +4,7 @@
#
%define pkgname http-client-tls
Summary: http-client backend using the connection package and tls library
+Summary(pl.UTF-8): Backend biblioteki http-client wykorzystujący pakiet connection oraz bibliotekę tls
Name: ghc-%{pkgname}
Version: 0.3.5.3
Release: 2
@@ -14,32 +15,47 @@ Source0: http://hackage.haskell.org/package/%{pkgname}-%{version}/%{pkgname}-%{v
# Source0-md5: e6fcaf662568396d9e385e8a6373bc32
URL: http://hackage.haskell.org/package/http-client-tls
BuildRequires: ghc >= 6.12.3
+BuildRequires: ghc-base >= 4
+BuildRequires: ghc-base < 5
+BuildRequires: ghc-bytestring
BuildRequires: ghc-case-insensitive
BuildRequires: ghc-connection >= 0.2.5
+BuildRequires: ghc-containers
BuildRequires: ghc-cryptonite
BuildRequires: ghc-data-default-class
+BuildRequires: ghc-exceptions
BuildRequires: ghc-http-client >= 0.5.0
BuildRequires: ghc-http-types
BuildRequires: ghc-memory
BuildRequires: ghc-network >= 2.6
BuildRequires: ghc-network-uri >= 2.6
+BuildRequires: ghc-text
BuildRequires: ghc-tls >= 1.2
+BuildRequires: ghc-transformers
%if %{with prof}
-BuildRequires: ghc-prof
+BuildRequires: ghc-prof >= 6.12.3
+BuildRequires: ghc-base-prof >= 4
+BuildRequires: ghc-base-prof < 5
+BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-case-insensitive-prof
BuildRequires: ghc-connection-prof >= 0.2.5
+BuildRequires: ghc-containers-prof
BuildRequires: ghc-cryptonite-prof
BuildRequires: ghc-data-default-class-prof
+BuildRequires: ghc-exceptions-prof
BuildRequires: ghc-http-client-prof >= 0.5.0
BuildRequires: ghc-http-types-prof
BuildRequires: ghc-memory-prof
BuildRequires: ghc-network-prof >= 2.6
BuildRequires: ghc-network-uri-prof >= 2.6
+BuildRequires: ghc-text-prof
BuildRequires: ghc-tls-prof >= 1.2
+BuildRequires: ghc-transformers-prof
%endif
BuildRequires: rpmbuild(macros) >= 1.608
%requires_eq ghc
Requires(post,postun): /usr/bin/ghc-pkg
+Requires: ghc-base >= 4
Requires: ghc-case-insensitive
Requires: ghc-connection >= 0.2.5
Requires: ghc-cryptonite
@@ -62,11 +78,16 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
Use the http-client package with the pure-Haskell tls package for
secure connections.
+%description -l pl.UTF-8
+Ten pakiet pozwala używać pakietu http-client z czysto haskellową
+biblioteką tls do bezpiecznych połączeń.
+
%package prof
Summary: Profiling %{pkgname} library for GHC
Summary(pl.UTF-8): Biblioteka profilująca %{pkgname} dla GHC
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: ghc-base-prof >= 4
Requires: ghc-case-insensitive-prof
Requires: ghc-connection-prof >= 0.2.5
Requires: ghc-cryptonite-prof
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ghc-http-client-tls.git/commitdiff/54378b0329a5bab77932183dd115a8f9368e9c0f
More information about the pld-cvs-commit
mailing list