pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/hs-http-client Fix a typo in my previous commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2b07be23da1
branches:  trunk
changeset: 451166:c2b07be23da1
user:      pho <pho%pkgsrc.org@localhost>
date:      Sat Apr 24 18:00:16 2021 +0000

description:
Fix a typo in my previous commit

diffstat:

 www/hs-http-client/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 83aa17a503c2 -r c2b07be23da1 www/hs-http-client/buildlink3.mk
--- a/www/hs-http-client/buildlink3.mk  Sat Apr 24 17:57:51 2021 +0000
+++ b/www/hs-http-client/buildlink3.mk  Sat Apr 24 18:00:16 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2021/04/24 17:57:51 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2021/04/24 18:00:16 pho Exp $
 
 BUILDLINK_TREE+=       hs-http-client
 
@@ -6,7 +6,7 @@
 HS_HTTP_CLIENT_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.hs-http-client+= hs-http-client>=0.7.8
-BUILDLINK_ABI_DEPENDS.hs-http-client+= hs-http-client>=0.7.9
+BUILDLINK_ABI_DEPENDS.hs-http-client+= hs-http-client>=0.7.8
 BUILDLINK_PKGSRCDIR.hs-http-client?=   ../../www/hs-http-client
 
 .include "../../converters/hs-base64-bytestring/buildlink3.mk"



Home | Main Index | Thread Index | Old Index