[packages/ghc-transformers-compat] - fix dep syntax
baggins
baggins at pld-linux.org
Sat Mar 19 10:36:14 CET 2022
commit 2df56b70729ac6a3ad2f944d6e5104e732a01477
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Mar 19 10:36:04 2022 +0100
- fix dep syntax
ghc-transformers-compat.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ghc-transformers-compat.spec b/ghc-transformers-compat.spec
index fd0be92..99e8032 100644
--- a/ghc-transformers-compat.spec
+++ b/ghc-transformers-compat.spec
@@ -14,13 +14,13 @@ Source0: http://hackage.haskell.org/package/transformers-compat-%{version}/%{pkg
URL: http://hackage.haskell.org/package/transformers-compat
BuildRequires: ghc >= 6.12.3
BuildRequires: ghc-base >= 3
-BuildRequires: ghc-generic-deriving >=1.10
+BuildRequires: ghc-generic-deriving >= 1.10
BuildRequires: ghc-ghc-prim
BuildRequires: ghc-mtl
BuildRequires: ghc-transformers >= 0.2
%if %{with prof}
BuildRequires: ghc-base-prof >= 3
-BuildRequires: ghc-generic-deriving-prof >=1.10
+BuildRequires: ghc-generic-deriving-prof >= 1.10
BuildRequires: ghc-ghc-prim-prof
BuildRequires: ghc-mtl-prof
BuildRequires: ghc-transformers-prof >= 0.2
@@ -29,7 +29,7 @@ BuildRequires: rpmbuild(macros) >= 1.608
Requires(post,postun): /usr/bin/ghc-pkg
%requires_eq ghc
Requires: ghc-base >= 3
-Requires: ghc-generic-deriving >=1.10
+Requires: ghc-generic-deriving >= 1.10
Requires: ghc-ghc-prim
Requires: ghc-mtl
Requires: ghc-transformers >= 0.2
@@ -53,7 +53,7 @@ Summary(pl.UTF-8): Biblioteka profilująca %{pkgname} dla GHC
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: ghc-base-prof >= 3
-Requires: ghc-generic-deriving-prof >=1.10
+Requires: ghc-generic-deriving-prof >= 1.10
Requires: ghc-ghc-prim-prof
Requires: ghc-mtl-prof
Requires: ghc-transformers-prof >= 0.2
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ghc-transformers-compat.git/commitdiff/2df56b70729ac6a3ad2f944d6e5104e732a01477
More information about the pld-cvs-commit
mailing list