diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-01-04 06:41:09 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-01-04 06:41:09 +0000 |
commit | d8d1f7445de5f1126d5f564b88b423e67d2b13c5 (patch) | |
tree | f70f2b814d7da7193fdbdface8cdd3a0d6854332 /math/Makefile | |
parent | 0750ae01b02337ef482fbe234e0517cb798103af (diff) | |
download | ports-d8d1f7445de5f1126d5f564b88b423e67d2b13c5.tar.gz ports-d8d1f7445de5f1126d5f564b88b423e67d2b13c5.zip |
A type class for the error function, erf, and related functions for Haskell.
Instances for Float and Double.
WWW: http://hackage.haskell.org/package/erf
PR: ports/142284
Submitted by: Jacula Modyun <jacula(at)gmail.com>
Notes
Notes:
svn path=/head/; revision=247108
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index ee59fe84a31d..5172f9a67c87 100644 --- a/math/Makefile +++ b/math/Makefile @@ -115,6 +115,7 @@ SUBDIR += hs-Agda SUBDIR += hs-Agda-executable SUBDIR += hs-category-extras + SUBDIR += hs-erf SUBDIR += igraph SUBDIR += isabelle SUBDIR += itl |