diff options
author | pho <pho@pkgsrc.org> | 2022-02-16 05:09:40 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-16 05:09:40 +0000 |
commit | 93996c1d6b325f3048923e83539ce6edafe1335a (patch) | |
tree | d758fedc0ecf0740bd5e1e726266547905f55447 | |
parent | 5cfdf03c4db5de03cf44e1ef4714beb9b8bffa5c (diff) | |
download | pkgsrc-93996c1d6b325f3048923e83539ce6edafe1335a.tar.gz |
math/Makefile: + hs-primes
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 414e0331098..e8c24d24a1b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.525 2022/01/25 01:37:49 wiz Exp $ +# $NetBSD: Makefile,v 1.526 2022/02/16 05:09:40 pho Exp $ COMMENT= Mathematics @@ -220,6 +220,7 @@ SUBDIR+= hs-integer-logarithms SUBDIR+= hs-math-functions SUBDIR+= hs-mwc-random SUBDIR+= hs-nats +SUBDIR+= hs-primes SUBDIR+= hs-profunctors SUBDIR+= hs-scientific SUBDIR+= hs-semigroupoids |