pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-exceptions



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Jan 11 09:00:30 UTC 2020

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

Log Message:
Remove dependency on deve/hs-stm

It's now part of GHC.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-exceptions/Makefile \
    pkgsrc/devel/hs-exceptions/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-exceptions/Makefile
diff -u pkgsrc/devel/hs-exceptions/Makefile:1.5 pkgsrc/devel/hs-exceptions/Makefile:1.6
--- pkgsrc/devel/hs-exceptions/Makefile:1.5     Sat Jan 11 08:09:43 2020
+++ pkgsrc/devel/hs-exceptions/Makefile Sat Jan 11 09:00:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/01/11 08:09:43 pho Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/11 09:00:30 pho Exp $
 
 DISTNAME=      exceptions-0.10.4
 CATEGORIES=    devel
@@ -8,5 +8,4 @@ COMMENT=        Extensible optionally-pure exce
 LICENSE=       modified-bsd
 
 .include "../../mk/haskell.mk"
-.include "../../devel/hs-stm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-exceptions/buildlink3.mk
diff -u pkgsrc/devel/hs-exceptions/buildlink3.mk:1.5 pkgsrc/devel/hs-exceptions/buildlink3.mk:1.6
--- pkgsrc/devel/hs-exceptions/buildlink3.mk:1.5        Sat Jan 11 08:09:43 2020
+++ pkgsrc/devel/hs-exceptions/buildlink3.mk    Sat Jan 11 09:00:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2020/01/11 08:09:43 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2020/01/11 09:00:30 pho Exp $
 
 BUILDLINK_TREE+=       hs-exceptions
 
@@ -8,8 +8,6 @@ HS_EXCEPTIONS_BUILDLINK3_MK:=
 BUILDLINK_API_DEPENDS.hs-exceptions+=  hs-exceptions>=0.10.4
 BUILDLINK_ABI_DEPENDS.hs-exceptions+=  hs-exceptions>=0.10.4
 BUILDLINK_PKGSRCDIR.hs-exceptions?=    ../../devel/hs-exceptions
-
-.include "../../devel/hs-stm/buildlink3.mk"
 .endif # HS_EXCEPTIONS_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -hs-exceptions



Home | Main Index | Thread Index | Old Index