diff options
author | pho <pho@pkgsrc.org> | 2022-02-16 09:58:07 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-16 09:58:07 +0000 |
commit | aa0127f5549b1c16e7fdd28679ce61d4d84bfe88 (patch) | |
tree | 9f74593a3f7363f97d14c861b712af832d4be78f | |
parent | 29d7833b9f338adca0836324f655aa63e101ad3a (diff) | |
download | pkgsrc-aa0127f5549b1c16e7fdd28679ce61d4d84bfe88.tar.gz |
math/Makefile: + hs-adjunctions
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 41279177f67..cbe84bb3bdc 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.529 2022/02/16 09:35:32 pho Exp $ +# $NetBSD: Makefile,v 1.530 2022/02/16 09:58:07 pho Exp $ COMMENT= Mathematics @@ -211,6 +211,7 @@ SUBDIR+= heirloom-units SUBDIR+= hercules4sdl-decnumber SUBDIR+= hercules4sdl-softfloat SUBDIR+= herisvm +SUBDIR+= hs-adjunctions SUBDIR+= hs-algebraic-graphs SUBDIR+= hs-bifunctors SUBDIR+= hs-comonad |