summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2022-02-12 08:03:13 +0000
committerpho <pho@pkgsrc.org>2022-02-12 08:03:13 +0000
commitc8d0ab54bd51055df4643e68b3adfd3cde4ce6d5 (patch)
tree13b07cdb579aa35975bffd7ad87a2554c0cc9755
parentf2bbc9496af245ff3acf956a3bb24daa8f651d18 (diff)
downloadpkgsrc-c8d0ab54bd51055df4643e68b3adfd3cde4ce6d5.tar.gz
+hs-th-lift-instances
-rw-r--r--devel/Makefile3
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