diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:38:58 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:20 +0700 |
commit | a4d8a52d56d1e4412b940a61d7cfc75afd651501 (patch) | |
tree | 75906dccc70c16faba78c09b54ddd030f7f8c0ed /haskell/haskell-erf/README | |
parent | 73285d6a643da294e11effff14d11e752ddb700a (diff) |
haskell/haskell-erf: Added (The error function etc).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-erf/README')
-rw-r--r-- | haskell/haskell-erf/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-erf/README b/haskell/haskell-erf/README new file mode 100644 index 000000000000..43948ca7ec27 --- /dev/null +++ b/haskell/haskell-erf/README @@ -0,0 +1,5 @@ +A type class for the error function, erf, and related +functions. Instances for Float and Double. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |