diff options
author | pho <pho@pkgsrc.org> | 2022-02-24 01:23:38 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-24 01:23:38 +0000 |
commit | 25509396d68fe145b6793eece13bc8b918d00aa7 (patch) | |
tree | 2f9e3f719a285009fcbb72379e820d3d2a8a2041 | |
parent | 93bdbb982fdc350338c76fb7561d45b7e0d90948 (diff) | |
download | pkgsrc-25509396d68fe145b6793eece13bc8b918d00aa7.tar.gz |
devel/Makefile: + hs-versions
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index aa5f0b3cb17..93387d7663c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3692 2022/02/24 01:23:01 pho Exp $ +# $NetBSD: Makefile,v 1.3693 2022/02/24 01:23:38 pho Exp $ # COMMENT= Development utilities @@ -706,6 +706,7 @@ SUBDIR+= hs-vector-algorithms SUBDIR+= hs-vector-binary-instances SUBDIR+= hs-vector-instances SUBDIR+= hs-vector-th-unbox +SUBDIR+= hs-versions SUBDIR+= hs-void SUBDIR+= hs-witherable SUBDIR+= hs-wizards |