From 419a53c8dd3fd6b86cafe5bd96984dc36ca92113 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 19 Mar 2022 10:35:14 +0100 Subject: [PATCH] - fix dep syntax --- ghc-tls.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ghc-tls.spec b/ghc-tls.spec index 72db3bb..53d6b86 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -17,12 +17,12 @@ BuildRequires: ghc >= 6.12.3 BuildRequires: ghc-asn1-encoding BuildRequires: ghc-asn1-types >= 0.2.0 BuildRequires: ghc-async >= 2.0 -BuildRequires: ghc-cereal >=0.5.3 +BuildRequires: ghc-cereal >= 0.5.3 BuildRequires: ghc-cryptonite >= 0.25 BuildRequires: ghc-data-default-class BuildRequires: ghc-hourglass BuildRequires: ghc-memory >= 0.14.6 -BuildRequires: ghc-network >=2.4.0.0 +BuildRequires: ghc-network >= 2.4.0.0 BuildRequires: ghc-transformers BuildRequires: ghc-x509 >= 1.7.5 BuildRequires: ghc-x509-store >= 1.6 @@ -32,12 +32,12 @@ BuildRequires: ghc-prof BuildRequires: ghc-asn1-encoding-prof BuildRequires: ghc-asn1-types-prof >= 0.2.0 BuildRequires: ghc-async-prof >= 2.0 -BuildRequires: ghc-cereal-prof >=0.5.3 +BuildRequires: ghc-cereal-prof >= 0.5.3 BuildRequires: ghc-cryptonite-prof >= 0.25 BuildRequires: ghc-data-default-class-prof BuildRequires: ghc-hourglass-prof BuildRequires: ghc-memory-prof >= 0.14.6 -BuildRequires: ghc-network-prof >=2.4.0.0 +BuildRequires: ghc-network-prof >= 2.4.0.0 BuildRequires: ghc-transformers-prof BuildRequires: ghc-x509-prof >= 1.7.5 BuildRequires: ghc-x509-store-prof >= 1.6 @@ -49,12 +49,12 @@ Requires(post,postun): /usr/bin/ghc-pkg Requires: ghc-asn1-encoding Requires: ghc-asn1-types >= 0.2.0 Requires: ghc-async >= 2.0 -Requires: ghc-cereal >=0.5.3 +Requires: ghc-cereal >= 0.5.3 Requires: ghc-cryptonite >= 0.25 Requires: ghc-data-default-class Requires: ghc-hourglass Requires: ghc-memory >= 0.14.6 -Requires: ghc-network >=2.4.0.0 +Requires: ghc-network >= 2.4.0.0 Requires: ghc-transformers Requires: ghc-x509 >= 1.7.5 Requires: ghc-x509-store >= 1.6 @@ -88,12 +88,12 @@ Requires: %{name} = %{version}-%{release} Requires: ghc-asn1-encoding-prof Requires: ghc-asn1-types-prof >= 0.2.0 Requires: ghc-async-prof >= 2.0 -Requires: ghc-cereal-prof >=0.5.3 +Requires: ghc-cereal-prof >= 0.5.3 Requires: ghc-cryptonite-prof >= 0.25 Requires: ghc-data-default-class-prof Requires: ghc-hourglass-prof Requires: ghc-memory-prof >= 0.14.6 -Requires: ghc-network-prof >=2.4.0.0 +Requires: ghc-network-prof >= 2.4.0.0 Requires: ghc-transformers-prof Requires: ghc-x509-prof >= 1.7.5 Requires: ghc-x509-store-prof >= 1.6 -- 2.44.0