From cc469574b147e31918ca83e339824dcd34fff0d9 Mon Sep 17 00:00:00 2001 From: pho Date: Mon, 30 Oct 2023 10:30:14 +0000 Subject: [PATCH] textproc/Makefile: + hs-attoparsec-aeson --- textproc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/Makefile b/textproc/Makefile index 1958f180ea85..d2da17df3d4b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1432 2023/10/27 13:16:18 pho Exp $ +# $NetBSD: Makefile,v 1.1433 2023/10/30 10:30:14 pho Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -304,6 +304,7 @@ SUBDIR+= hs-annotated-wl-pprint SUBDIR+= hs-ansi-wl-pprint SUBDIR+= hs-appar SUBDIR+= hs-attoparsec +SUBDIR+= hs-attoparsec-aeson SUBDIR+= hs-attoparsec-iso8601 SUBDIR+= hs-blaze-html SUBDIR+= hs-blaze-markup