pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-mmorph



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Jan 11 08:20:36 UTC 2020

Modified Files:
        pkgsrc/devel/hs-mmorph: Makefile buildlink3.mk

Log Message:
Remove dependency on devel/hs-mtl

mtl is now a part of GHC.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-mmorph/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-mmorph/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-mmorph/Makefile
diff -u pkgsrc/devel/hs-mmorph/Makefile:1.4 pkgsrc/devel/hs-mmorph/Makefile:1.5
--- pkgsrc/devel/hs-mmorph/Makefile:1.4 Wed Jan  1 04:35:58 2020
+++ pkgsrc/devel/hs-mmorph/Makefile     Sat Jan 11 08:20:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/01 04:35:58 pho Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/11 08:20:36 pho Exp $
 
 DISTNAME=      mmorph-1.1.3
 CATEGORIES=    devel
@@ -8,6 +8,5 @@ COMMENT=        Monad morphisms
 LICENSE=       modified-bsd
 
 .include "../../mk/haskell.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
 .include "../../devel/hs-transformers-compat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-mmorph/buildlink3.mk
diff -u pkgsrc/devel/hs-mmorph/buildlink3.mk:1.6 pkgsrc/devel/hs-mmorph/buildlink3.mk:1.7
--- pkgsrc/devel/hs-mmorph/buildlink3.mk:1.6    Wed Jan  1 04:35:58 2020
+++ pkgsrc/devel/hs-mmorph/buildlink3.mk        Sat Jan 11 08:20:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.6 2020/01/01 04:35:58 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2020/01/11 08:20:36 pho Exp $
 
 BUILDLINK_TREE+=       hs-mmorph
 
@@ -9,7 +9,6 @@ BUILDLINK_API_DEPENDS.hs-mmorph+=       hs-mmo
 BUILDLINK_ABI_DEPENDS.hs-mmorph+=      hs-mmorph>=1.1.3
 BUILDLINK_PKGSRCDIR.hs-mmorph?=                ../../devel/hs-mmorph
 
-.include "../../devel/hs-mtl/buildlink3.mk"
 .include "../../devel/hs-transformers-compat/buildlink3.mk"
 .endif # HS_MMORPH_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index