summaryrefslogtreecommitdiff
path: root/math/hs-nats
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2022-02-11 13:15:31 +0000
committerpho <pho@pkgsrc.org>2022-02-11 13:15:31 +0000
commit0aa2522963632a011cccbcf2da9cec431589b234 (patch)
tree551ae0724d70dd26cc8cb301bf48db530bd53985 /math/hs-nats
parenta87e1a9285eb63c703845a589170a5cb95550d5a (diff)
downloadpkgsrc-0aa2522963632a011cccbcf2da9cec431589b234.tar.gz
Fix build with GHC 9.2
Diffstat (limited to 'math/hs-nats')
-rw-r--r--math/hs-nats/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/math/hs-nats/Makefile b/math/hs-nats/Makefile
index be1d9fbb9d8..e23034ca89a 100644
--- a/math/hs-nats/Makefile
+++ b/math/hs-nats/Makefile
@@ -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
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"