pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-nats



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 13:15:46 UTC 2022

Modified Files:
        pkgsrc/math/hs-nats: Makefile

Log Message:
Fix build with GHC 9.2


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/hs-nats/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/hs-nats/Makefile
diff -u pkgsrc/math/hs-nats/Makefile:1.15 pkgsrc/math/hs-nats/Makefile:1.16
--- pkgsrc/math/hs-nats/Makefile:1.15   Tue Jan 18 02:48:18 2022
+++ pkgsrc/math/hs-nats/Makefile        Fri Feb 11 13:15:46 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/01/18 02:48:18 pho Exp $
+# $NetBSD: Makefile,v 1.16 2022/02/11 13:15:46 pho Exp $
 
 DISTNAME=      nats-1.1.2
 PKGREVISION=   2
@@ -8,10 +8,6 @@ MAINTAINER=    pho%cielonegro.org@localhost
 COMMENT=       Haskell 98 natural numbers
 LICENSE=       modified-bsd
 
-# This package becomes essentially blank when built with GHC >=
-# 7.10. Haddock complains when there are no input files.
-HASKELL_ENABLE_HADDOCK_DOCUMENTATION=  no
-
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index