pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-uuid-types
Module Name: pkgsrc
Committed By: pho
Date: Sat Jan 11 09:41:03 UTC 2020
Modified Files:
pkgsrc/devel/hs-uuid-types: Makefile buildlink3.mk
Log Message:
Remove dependency on devel/hs-text
It's now part of GHC.
Also contravariant, fail, and semigroups are no longer required as of GHC 8.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-uuid-types/Makefile \
pkgsrc/devel/hs-uuid-types/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-uuid-types/Makefile
diff -u pkgsrc/devel/hs-uuid-types/Makefile:1.2 pkgsrc/devel/hs-uuid-types/Makefile:1.3
--- pkgsrc/devel/hs-uuid-types/Makefile:1.2 Mon Jan 6 11:51:04 2020
+++ pkgsrc/devel/hs-uuid-types/Makefile Sat Jan 11 09:41:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/06 11:51:04 pho Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/11 09:41:03 pho Exp $
DISTNAME= uuid-types-1.0.3
CATEGORIES= devel
@@ -10,5 +10,4 @@ LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../devel/hs-random/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-uuid-types/buildlink3.mk
diff -u pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.2 pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.3
--- pkgsrc/devel/hs-uuid-types/buildlink3.mk:1.2 Mon Jan 6 11:51:04 2020
+++ pkgsrc/devel/hs-uuid-types/buildlink3.mk Sat Jan 11 09:41:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2020/01/06 11:51:04 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2020/01/11 09:41:03 pho Exp $
BUILDLINK_TREE+= hs-uuid-types
@@ -11,7 +11,6 @@ BUILDLINK_PKGSRCDIR.hs-uuid-types?= ../.
.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../devel/hs-random/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
.endif # HS_UUID_TYPES_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-uuid-types
Home |
Main Index |
Thread Index |
Old Index