diff options
author | pho <pho@pkgsrc.org> | 2022-02-16 09:59:29 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-16 09:59:29 +0000 |
commit | 95802a7a10040540e9c343b995b401592f9f6eab (patch) | |
tree | 75f8c3f7100fa8a8b8d959403904bbd608a6742d /math/Makefile | |
parent | d0a1ae39a48afa143c66e48a3678aded28d4e481 (diff) | |
download | pkgsrc-95802a7a10040540e9c343b995b401592f9f6eab.tar.gz |
math/Makefile: + hs-kan-extensions
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 4b623a918cc..f8ef2fc00b1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.531 2022/02/16 09:58:48 pho Exp $ +# $NetBSD: Makefile,v 1.532 2022/02/16 09:59:29 pho Exp $ COMMENT= Mathematics @@ -221,6 +221,7 @@ SUBDIR+= hs-free SUBDIR+= hs-ieee754 SUBDIR+= hs-integer-logarithms SUBDIR+= hs-invariant +SUBDIR+= hs-kan-extensions SUBDIR+= hs-math-functions SUBDIR+= hs-monoid-subclasses SUBDIR+= hs-mwc-random |