diff options
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index c3d4969c0c7..a6207490d95 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3584 2022/02/12 07:52:46 pho Exp $ +# $NetBSD: Makefile,v 1.3585 2022/02/12 08:03:13 pho Exp $ # COMMENT= Development utilities @@ -590,6 +590,7 @@ SUBDIR+= hs-tf-random SUBDIR+= hs-th-abstraction SUBDIR+= hs-th-compat SUBDIR+= hs-th-lift +SUBDIR+= hs-th-lift-instances SUBDIR+= hs-these SUBDIR+= hs-timeit SUBDIR+= hs-transformers-base |