pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-fail Remove a workaround for old haddock



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49047e1ac052
branches:  trunk
changeset: 373694:49047e1ac052
user:      pho <pho%pkgsrc.org@localhost>
date:      Sat Feb 12 08:27:58 2022 +0000

description:
Remove a workaround for old haddock

diffstat:

 devel/hs-fail/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (19 lines):

diff -r 4f65034ed76f -r 49047e1ac052 devel/hs-fail/Makefile
--- a/devel/hs-fail/Makefile    Sat Feb 12 08:21:54 2022 +0000
+++ b/devel/hs-fail/Makefile    Sat Feb 12 08:27:58 2022 +0000
@@ -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 @@
 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