diff options
author | pho <pho@pkgsrc.org> | 2022-02-16 05:06:45 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-16 05:06:45 +0000 |
commit | 4e93644e0ad3aa679b052e6ab649e4f854cabdb1 (patch) | |
tree | 13cd2a3d42251bfdcfadcf81845e749761385cfe | |
parent | 2b9ae848d2ca5bd1d3d1e2f8a7dd710f8e783bf7 (diff) | |
download | pkgsrc-4e93644e0ad3aa679b052e6ab649e4f854cabdb1.tar.gz |
devel/Makefile: + hs-dependent-sum
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 98bf93506f1..18f6c287ca0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3600 2022/02/16 05:04:43 pho Exp $ +# $NetBSD: Makefile,v 1.3601 2022/02/16 05:06:45 pho Exp $ # COMMENT= Development utilities @@ -527,6 +527,7 @@ SUBDIR+= hs-data-default-instances-old-locale SUBDIR+= hs-data-fix SUBDIR+= hs-data-ordlist SUBDIR+= hs-deepseq-generics +SUBDIR+= hs-dependent-sum SUBDIR+= hs-dlist SUBDIR+= hs-echo SUBDIR+= hs-either |