pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-ghcide



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Jan 30 09:12:03 UTC 2023

Modified Files:
        pkgsrc/devel/hs-ghcide: buildlink3.mk

Log Message:
devel/hs-ghcide: Correct BUILDLINK_ABI_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-ghcide/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hs-ghcide/buildlink3.mk
diff -u pkgsrc/devel/hs-ghcide/buildlink3.mk:1.7 pkgsrc/devel/hs-ghcide/buildlink3.mk:1.8
--- pkgsrc/devel/hs-ghcide/buildlink3.mk:1.7    Mon Jan 30 07:28:21 2023
+++ pkgsrc/devel/hs-ghcide/buildlink3.mk        Mon Jan 30 09:12:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2023/01/30 07:28:21 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2023/01/30 09:12:03 pho Exp $
 
 BUILDLINK_TREE+=       hs-ghcide
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        hs-ghcide
 HS_GHCIDE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.hs-ghcide+=      hs-ghcide>=1.9.0
-BUILDLINK_ABI_DEPENDS.hs-ghcide+=      hs-ghcide>=1.9.0.0nb6
+BUILDLINK_ABI_DEPENDS.hs-ghcide+=      hs-ghcide>=1.9.0.0
 BUILDLINK_PKGSRCDIR.hs-ghcide?=                ../../devel/hs-ghcide
 
 .include "../../converters/hs-aeson/buildlink3.mk"



Home | Main Index | Thread Index | Old Index