pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-scientific



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Jan 11 09:32:03 UTC 2020

Modified Files:
        pkgsrc/math/hs-scientific: Makefile buildlink3.mk

Log Message:
Remove dependency on devel/hs-text

It's now part of GHC.
Also fail and semigroups are no longer required as of GHC 8.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/hs-scientific/Makefile \
    pkgsrc/math/hs-scientific/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/math/hs-scientific/Makefile
diff -u pkgsrc/math/hs-scientific/Makefile:1.14 pkgsrc/math/hs-scientific/Makefile:1.15
--- pkgsrc/math/hs-scientific/Makefile:1.14     Tue Dec 31 17:27:24 2019
+++ pkgsrc/math/hs-scientific/Makefile  Sat Jan 11 09:32:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/12/31 17:27:24 pho Exp $
+# $NetBSD: Makefile,v 1.15 2020/01/11 09:32:03 pho Exp $
 
 DISTNAME=      scientific-0.3.6.2
 PKGREVISION=   1
@@ -10,7 +10,6 @@ LICENSE=      modified-bsd
 
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
-.include "../../devel/hs-primitive/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
 .include "../../math/hs-integer-logarithms/buildlink3.mk"
+.include "../../devel/hs-primitive/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/hs-scientific/buildlink3.mk
diff -u pkgsrc/math/hs-scientific/buildlink3.mk:1.14 pkgsrc/math/hs-scientific/buildlink3.mk:1.15
--- pkgsrc/math/hs-scientific/buildlink3.mk:1.14        Tue Dec 31 17:27:24 2019
+++ pkgsrc/math/hs-scientific/buildlink3.mk     Sat Jan 11 09:32:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.14 2019/12/31 17:27:24 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2020/01/11 09:32:03 pho Exp $
 
 BUILDLINK_TREE+=       hs-scientific
 
@@ -10,9 +10,8 @@ BUILDLINK_ABI_DEPENDS.hs-scientific+= hs
 BUILDLINK_PKGSRCDIR.hs-scientific?=    ../../math/hs-scientific
 
 .include "../../devel/hs-hashable/buildlink3.mk"
-.include "../../devel/hs-primitive/buildlink3.mk"
-.include "../../devel/hs-text/buildlink3.mk"
 .include "../../math/hs-integer-logarithms/buildlink3.mk"
+.include "../../devel/hs-primitive/buildlink3.mk"
 .endif # HS_SCIENTIFIC_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -hs-scientific



Home | Main Index | Thread Index | Old Index