pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-either
Module Name: pkgsrc
Committed By: pho
Date: Sat Jan 11 08:32:25 UTC 2020
Modified Files:
pkgsrc/devel/hs-either: Makefile buildlink3.mk
Log Message:
Remove dependency on devel/hs-mtl
mtl is now a part of GHC.
Also hs-semigroups is no longer required as of GHC 8.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-either/Makefile \
pkgsrc/devel/hs-either/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-either/Makefile
diff -u pkgsrc/devel/hs-either/Makefile:1.1 pkgsrc/devel/hs-either/Makefile:1.2
--- pkgsrc/devel/hs-either/Makefile:1.1 Fri Jan 3 05:21:34 2020
+++ pkgsrc/devel/hs-either/Makefile Sat Jan 11 08:32:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/01/03 05:21:34 pho Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/11 08:32:25 pho Exp $
DISTNAME= either-5.0.1.1
CATEGORIES= devel
@@ -9,8 +9,6 @@ LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../math/hs-bifunctors/buildlink3.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
.include "../../math/hs-profunctors/buildlink3.mk"
.include "../../math/hs-semigroupoids/buildlink3.mk"
-.include "../../math/hs-semigroups/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-either/buildlink3.mk
diff -u pkgsrc/devel/hs-either/buildlink3.mk:1.1 pkgsrc/devel/hs-either/buildlink3.mk:1.2
--- pkgsrc/devel/hs-either/buildlink3.mk:1.1 Fri Jan 3 05:21:34 2020
+++ pkgsrc/devel/hs-either/buildlink3.mk Sat Jan 11 08:32:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/01/03 05:21:34 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2020/01/11 08:32:25 pho Exp $
BUILDLINK_TREE+= hs-either
@@ -7,13 +7,11 @@ HS_EITHER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-either+= hs-either>=5.0.1
BUILDLINK_ABI_DEPENDS.hs-either+= hs-either>=5.0.1.1
-BUILDLINK_PKGSRCDIR.hs-either?= ../../devel/hs-either
+BUILDLINK_PKGSRCDIR.hs-either?= ../../devel/hs-either
.include "../../math/hs-bifunctors/buildlink3.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
.include "../../math/hs-profunctors/buildlink3.mk"
.include "../../math/hs-semigroupoids/buildlink3.mk"
-.include "../../math/hs-semigroups/buildlink3.mk"
.endif # HS_EITHER_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-either
Home |
Main Index |
Thread Index |
Old Index