pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-ghc-mtl



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

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

Log Message:
Remove dependency on devel/hs-mtl

mtl is now a part of GHC.
Also hs-fail is no longer required as of GHC 8.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-ghc-mtl/Makefile \
    pkgsrc/devel/hs-ghc-mtl/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-ghc-mtl/Makefile
diff -u pkgsrc/devel/hs-ghc-mtl/Makefile:1.2 pkgsrc/devel/hs-ghc-mtl/Makefile:1.3
--- pkgsrc/devel/hs-ghc-mtl/Makefile:1.2        Sun Nov 23 12:52:32 2014
+++ pkgsrc/devel/hs-ghc-mtl/Makefile    Sat Jan 11 08:11:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/11/23 12:52:32 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/11 08:11:30 pho Exp $
 
 DISTNAME=      ghc-mtl-1.2.1.0
 PKGREVISION=   1
@@ -11,5 +11,4 @@ LICENSE=      modified-bsd
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-exceptions/buildlink3.mk"
 .include "../../devel/hs-extensible-exceptions/buildlink3.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-ghc-mtl/buildlink3.mk
diff -u pkgsrc/devel/hs-ghc-mtl/buildlink3.mk:1.2 pkgsrc/devel/hs-ghc-mtl/buildlink3.mk:1.3
--- pkgsrc/devel/hs-ghc-mtl/buildlink3.mk:1.2   Sun Nov 23 12:52:32 2014
+++ pkgsrc/devel/hs-ghc-mtl/buildlink3.mk       Sat Jan 11 08:11:30 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2014/11/23 12:52:32 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2020/01/11 08:11:30 pho Exp $
 
 BUILDLINK_TREE+=       hs-ghc-mtl
 
@@ -11,7 +11,6 @@ BUILDLINK_PKGSRCDIR.hs-ghc-mtl?=      ../../d
 
 .include "../../devel/hs-exceptions/buildlink3.mk"
 .include "../../devel/hs-extensible-exceptions/buildlink3.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
 .endif # HS_GHC_MTL_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -hs-ghc-mtl



Home | Main Index | Thread Index | Old Index