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 08:09:43 UTC 2020
Modified Files:
pkgsrc/devel/hs-exceptions: Makefile buildlink3.mk
Log Message:
Remove dependency on devel/hs-mtl
mtl is now a part of GHC.
Also hs-fail is no longer required as of GHC 8.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/devel/hs-exceptions/Makefile:1.5
--- pkgsrc/devel/hs-exceptions/Makefile:1.4 Wed Jan 1 04:23:34 2020
+++ pkgsrc/devel/hs-exceptions/Makefile Sat Jan 11 08:09:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/01 04:23:34 pho Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/11 08:09:43 pho Exp $
DISTNAME= exceptions-0.10.4
CATEGORIES= devel
@@ -8,7 +8,5 @@ COMMENT= Extensible optionally-pure exce
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
.include "../../devel/hs-stm/buildlink3.mk"
-.include "../../devel/hs-fail/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-exceptions/buildlink3.mk
diff -u pkgsrc/devel/hs-exceptions/buildlink3.mk:1.4 pkgsrc/devel/hs-exceptions/buildlink3.mk:1.5
--- pkgsrc/devel/hs-exceptions/buildlink3.mk:1.4 Wed Jan 1 04:23:34 2020
+++ pkgsrc/devel/hs-exceptions/buildlink3.mk Sat Jan 11 08:09:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2020/01/01 04:23:34 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2020/01/11 08:09:43 pho Exp $
BUILDLINK_TREE+= hs-exceptions
@@ -9,9 +9,7 @@ BUILDLINK_API_DEPENDS.hs-exceptions+= hs
BUILDLINK_ABI_DEPENDS.hs-exceptions+= hs-exceptions>=0.10.4
BUILDLINK_PKGSRCDIR.hs-exceptions?= ../../devel/hs-exceptions
-.include "../../devel/hs-mtl/buildlink3.mk"
.include "../../devel/hs-stm/buildlink3.mk"
-.include "../../devel/hs-fail/buildlink3.mk"
.endif # HS_EXCEPTIONS_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-exceptions
Home |
Main Index |
Thread Index |
Old Index