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:           Sat Jan 11 09:31:05 UTC 2020

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

Log Message:
Remove dependency on devel/hs-text

It's now part of GHC.
Also fail and semigroups are no longer required as of GHC 8.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/hs-hashable/Makefile \
    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.10 pkgsrc/devel/hs-hashable/Makefile:1.11
--- pkgsrc/devel/hs-hashable/Makefile:1.10      Tue Dec 31 12:47:44 2019
+++ pkgsrc/devel/hs-hashable/Makefile   Sat Jan 11 09:31:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/12/31 12:47:44 pho Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/11 09:31:04 pho Exp $
 
 DISTNAME=      hashable-1.3.0.0
 CATEGORIES=    devel
@@ -8,5 +8,4 @@ COMMENT=        Class for types that can be con
 LICENSE=       modified-bsd
 
 .include "../../mk/haskell.mk"
-.include "../../devel/hs-text/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-hashable/buildlink3.mk
diff -u pkgsrc/devel/hs-hashable/buildlink3.mk:1.10 pkgsrc/devel/hs-hashable/buildlink3.mk:1.11
--- pkgsrc/devel/hs-hashable/buildlink3.mk:1.10 Tue Dec 31 12:47:44 2019
+++ pkgsrc/devel/hs-hashable/buildlink3.mk      Sat Jan 11 09:31:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2019/12/31 12:47:44 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2020/01/11 09:31:04 pho Exp $
 
 BUILDLINK_TREE+=       hs-hashable
 
@@ -8,8 +8,6 @@ HS_HASHABLE_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.hs-hashable+=    hs-hashable>=1.3.0
 BUILDLINK_ABI_DEPENDS.hs-hashable+=    hs-hashable>=1.3.0.0
 BUILDLINK_PKGSRCDIR.hs-hashable?=      ../../devel/hs-hashable
-
-.include "../../devel/hs-text/buildlink3.mk"
 .endif # HS_HASHABLE_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -hs-hashable



Home | Main Index | Thread Index | Old Index