pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-async



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Jan 11 10:43:22 UTC 2020

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

Log Message:
Remove dependency on devel/hs-stm

It's now part of GHC.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-async/Makefile \
    pkgsrc/devel/hs-async/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-async/Makefile
diff -u pkgsrc/devel/hs-async/Makefile:1.1 pkgsrc/devel/hs-async/Makefile:1.2
--- pkgsrc/devel/hs-async/Makefile:1.1  Thu Jan  2 17:37:50 2020
+++ pkgsrc/devel/hs-async/Makefile      Sat Jan 11 10:43:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/02 17:37:50 pho Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/11 10:43:22 pho Exp $
 
 DISTNAME=      async-2.2.2
 CATEGORIES=    devel
@@ -9,5 +9,4 @@ LICENSE=        modified-bsd
 
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
-.include "../../devel/hs-stm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-async/buildlink3.mk
diff -u pkgsrc/devel/hs-async/buildlink3.mk:1.1 pkgsrc/devel/hs-async/buildlink3.mk:1.2
--- pkgsrc/devel/hs-async/buildlink3.mk:1.1     Thu Jan  2 17:37:50 2020
+++ pkgsrc/devel/hs-async/buildlink3.mk Sat Jan 11 10:43:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/01/02 17:37:50 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2020/01/11 10:43:22 pho Exp $
 
 BUILDLINK_TREE+=       hs-async
 
@@ -10,7 +10,6 @@ BUILDLINK_ABI_DEPENDS.hs-async+=      hs-asyn
 BUILDLINK_PKGSRCDIR.hs-async?= ../../devel/hs-async
 
 .include "../../devel/hs-hashable/buildlink3.mk"
-.include "../../devel/hs-stm/buildlink3.mk"
 .endif # HS_ASYNC_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -hs-async



Home | Main Index | Thread Index | Old Index