pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-fail



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb 12 08:27:58 UTC 2022

Modified Files:
        pkgsrc/devel/hs-fail: Makefile

Log Message:
Remove a workaround for old haddock


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-fail/Makefile

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-fail/Makefile
diff -u pkgsrc/devel/hs-fail/Makefile:1.5 pkgsrc/devel/hs-fail/Makefile:1.6
--- pkgsrc/devel/hs-fail/Makefile:1.5   Tue Jan 18 02:48:07 2022
+++ pkgsrc/devel/hs-fail/Makefile       Sat Feb 12 08:27:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:07 pho Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/12 08:27:58 pho Exp $
 
 DISTNAME=      fail-4.9.0.0
 PKGREVISION=   2
@@ -8,9 +8,5 @@ MAINTAINER=     pho%cielonegro.org@localhost
 COMMENT=       Forward-compatible MonadFail class
 LICENSE=       modified-bsd
 
-# This package becomes essentially blank when built with GHC >=
-# 8.0. Haddock complains when there are no input files.
-HASKELL_ENABLE_HADDOCK_DOCUMENTATION=  no
-
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index