diff options
author | pho <pho@pkgsrc.org> | 2020-01-19 14:01:54 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-19 14:01:54 +0000 |
commit | a5fdc115840b52201dd89aafc6f5137b3541be84 (patch) | |
tree | 47705de89f2909545adcd733e2957c332d5003bf /math | |
parent | 8251337d02a89338e6bb88093cc57e5c136d4a4b (diff) | |
download | pkgsrc-a5fdc115840b52201dd89aafc6f5137b3541be84.tar.gz |
Add hs-ieee754
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 496446bbaef..1652d596da4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.451 2020/01/07 13:35:44 nros Exp $ +# $NetBSD: Makefile,v 1.452 2020/01/19 14:01:54 pho Exp $ COMMENT= Mathematics @@ -189,6 +189,7 @@ SUBDIR+= hs-bifunctors SUBDIR+= hs-comonad SUBDIR+= hs-contravariant SUBDIR+= hs-distributive +SUBDIR+= hs-ieee754 SUBDIR+= hs-integer-logarithms SUBDIR+= hs-math-functions SUBDIR+= hs-mwc-random |