pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hashable



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 26 03:26:34 UTC 2023

Modified Files:
        pkgsrc/devel/hs-hashable: Makefile buildlink3.mk

Log Message:
devel/hs-hashable: Fix build with GHC 9.2


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/hs-hashable/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/hs-hashable/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-hashable/Makefile
diff -u pkgsrc/devel/hs-hashable/Makefile:1.22 pkgsrc/devel/hs-hashable/Makefile:1.23
--- pkgsrc/devel/hs-hashable/Makefile:1.22      Wed Jan 25 09:24:45 2023
+++ pkgsrc/devel/hs-hashable/Makefile   Thu Jan 26 03:26:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2023/01/25 09:24:45 pho Exp $
+# $NetBSD: Makefile,v 1.23 2023/01/26 03:26:34 pho Exp $
 
 DISTNAME=      hashable-1.4.2.0
 CATEGORIES=    devel
@@ -7,5 +7,6 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Class for types that can be converted to a hash value
 LICENSE=       modified-bsd
 
+.include "../../devel/hs-data-array-byte/buildlink3.mk" # Only required on GHC < 9.4
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-hashable/buildlink3.mk
diff -u pkgsrc/devel/hs-hashable/buildlink3.mk:1.19 pkgsrc/devel/hs-hashable/buildlink3.mk:1.20
--- pkgsrc/devel/hs-hashable/buildlink3.mk:1.19 Wed Jan 25 09:24:45 2023
+++ pkgsrc/devel/hs-hashable/buildlink3.mk      Thu Jan 26 03:26:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.19 2023/01/25 09:24:45 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2023/01/26 03:26:34 pho Exp $
 
 BUILDLINK_TREE+=       hs-hashable
 
@@ -8,6 +8,8 @@ HS_HASHABLE_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.hs-hashable+=    hs-hashable>=1.4.2
 BUILDLINK_ABI_DEPENDS.hs-hashable+=    hs-hashable>=1.4.2.0
 BUILDLINK_PKGSRCDIR.hs-hashable?=      ../../devel/hs-hashable
+
+.include "../../devel/hs-data-array-byte/buildlink3.mk"
 .endif # HS_HASHABLE_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -hs-hashable



Home | Main Index | Thread Index | Old Index