diff options
author | pho <pho@pkgsrc.org> | 2020-01-17 18:40:11 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-17 18:40:11 +0000 |
commit | 7b7b2e1d3cf3a7d81c7092889793e7cd8a8bd60e (patch) | |
tree | 164730f75fc338e8ba1d6170aaf0c10a7a934d38 /devel | |
parent | 1ff1c01e47ec35ed6ad8dd7ae600d1e40d0b5c7d (diff) | |
download | pkgsrc-7b7b2e1d3cf3a7d81c7092889793e7cd8a8bd60e.tar.gz |
Add hs-bitarray
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 69ec238a993..40103e6f9aa 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3009 2020/01/17 17:25:12 pho Exp $ +# $NetBSD: Makefile,v 1.3010 2020/01/17 18:40:11 pho Exp $ # COMMENT= Development utilities @@ -499,6 +499,7 @@ SUBDIR+= hs-base-compat SUBDIR+= hs-base-orphans SUBDIR+= hs-base-unicode-symbols SUBDIR+= hs-basement +SUBDIR+= hs-bitarray SUBDIR+= hs-blaze-builder SUBDIR+= hs-cereal SUBDIR+= hs-cmdargs |