[packages/ghc-http-client] - fix dep syntax
baggins
baggins at pld-linux.org
Sat Mar 19 10:33:23 CET 2022
commit b532af07b096558076e2bc76190e8248ac7e36d5
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Mar 19 10:33:15 2022 +0100
- fix dep syntax
ghc-http-client.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ghc-http-client.spec b/ghc-http-client.spec
index 17644b4..3490cc6 100644
--- a/ghc-http-client.spec
+++ b/ghc-http-client.spec
@@ -16,7 +16,7 @@ URL: http://hackage.haskell.org/package/http-client
BuildRequires: ghc >= 6.12.3
BuildRequires: ghc-cookie
BuildRequires: ghc-filepath
-BuildRequires: ghc-http-types >= 0.8)
+BuildRequires: ghc-http-types >= 0.8
BuildRequires: ghc-memory >= 0.7
BuildRequires: ghc-mime-types
BuildRequires: ghc-network >= 2.4
@@ -29,7 +29,7 @@ BuildRequires: ghc-streaming-commons >= 0.1.0.2
BuildRequires: ghc-prof
BuildRequires: ghc-cookie-prof
BuildRequires: ghc-filepath-prof
-BuildRequires: ghc-http-types-prof >= 0.8)
+BuildRequires: ghc-http-types-prof >= 0.8
BuildRequires: ghc-memory-prof >= 0.7
BuildRequires: ghc-mime-types-prof
BuildRequires: ghc-network-prof >= 2.4
@@ -44,7 +44,7 @@ BuildRequires: rpmbuild(macros) >= 1.608
Requires(post,postun): /usr/bin/ghc-pkg
Requires: ghc-cookie
Requires: ghc-filepath
-Requires: ghc-http-types >= 0.8)
+Requires: ghc-http-types >= 0.8
Requires: ghc-memory >= 0.7
Requires: ghc-mime-types
Requires: ghc-network >= 2.4
@@ -72,7 +72,7 @@ Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: ghc-cookie-prof
Requires: ghc-filepath-prof
-Requires: ghc-http-types-prof >= 0.8)
+Requires: ghc-http-types-prof >= 0.8
Requires: ghc-memory-prof >= 0.7
Requires: ghc-mime-types-prof
Requires: ghc-network-prof >= 2.4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ghc-http-client.git/commitdiff/b532af07b096558076e2bc76190e8248ac7e36d5
More information about the pld-cvs-commit
mailing list