pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-blaze-html



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Jan 11 11:17:49 UTC 2020

Modified Files:
        pkgsrc/textproc/hs-blaze-html: 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.9 -r1.10 pkgsrc/textproc/hs-blaze-html/Makefile \
    pkgsrc/textproc/hs-blaze-html/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/textproc/hs-blaze-html/Makefile
diff -u pkgsrc/textproc/hs-blaze-html/Makefile:1.9 pkgsrc/textproc/hs-blaze-html/Makefile:1.10
--- pkgsrc/textproc/hs-blaze-html/Makefile:1.9  Thu Jan  2 11:51:27 2020
+++ pkgsrc/textproc/hs-blaze-html/Makefile      Sat Jan 11 11:17:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/01/02 11:51:27 pho Exp $
+# $NetBSD: Makefile,v 1.10 2020/01/11 11:17:49 pho Exp $
 
 DISTNAME=      blaze-html-0.9.1.2
 CATEGORIES=    textproc
@@ -10,5 +10,4 @@ LICENSE=      modified-bsd
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-blaze-builder/buildlink3.mk"
 .include "../../textproc/hs-blaze-markup/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/hs-blaze-html/buildlink3.mk
diff -u pkgsrc/textproc/hs-blaze-html/buildlink3.mk:1.9 pkgsrc/textproc/hs-blaze-html/buildlink3.mk:1.10
--- pkgsrc/textproc/hs-blaze-html/buildlink3.mk:1.9     Thu Jan  2 11:51:27 2020
+++ pkgsrc/textproc/hs-blaze-html/buildlink3.mk Sat Jan 11 11:17:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2020/01/02 11:51:27 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2020/01/11 11:17:49 pho Exp $
 
 BUILDLINK_TREE+=       hs-blaze-html
 
@@ -11,7 +11,6 @@ BUILDLINK_PKGSRCDIR.hs-blaze-html?=   ../.
 
 .include "../../devel/hs-blaze-builder/buildlink3.mk"
 .include "../../textproc/hs-blaze-markup/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
 .endif # HS_BLAZE_HTML_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -hs-blaze-html



Home | Main Index | Thread Index | Old Index