diff options
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 0000000000..43948ca7ec --- /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 |