pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-indexed-traversable



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat May  1 14:13:29 UTC 2021

Modified Files:
        pkgsrc/devel/hs-indexed-traversable: Makefile
Removed Files:
        pkgsrc/devel/hs-indexed-traversable/files: Setup.hs

Log Message:
Remove files/Setup.hs: mk/haskll.mk can now automatically handle that


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-indexed-traversable/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/hs-indexed-traversable/files/Setup.hs

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-indexed-traversable/Makefile
diff -u pkgsrc/devel/hs-indexed-traversable/Makefile:1.1 pkgsrc/devel/hs-indexed-traversable/Makefile:1.2
--- pkgsrc/devel/hs-indexed-traversable/Makefile:1.1    Fri Apr 23 07:41:59 2021
+++ pkgsrc/devel/hs-indexed-traversable/Makefile        Sat May  1 14:13:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/04/23 07:41:59 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/01 14:13:29 pho Exp $
 
 DISTNAME=      indexed-traversable-0.1.1
 CATEGORIES=    devel
@@ -7,9 +7,5 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       FunctorWithIndex, FoldableWithIndex, TraversableWithIndex
 LICENSE=       2-clause-bsd
 
-# Setup.hs is missing from the package.
-post-patch:
-       ${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/Setup.hs
-
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index