Dependencies for math-functions-0.3.4.4
Libraries
math-functions
- base (>=4.9 && <5)
- data-default-class (>=0.1.2.0)
- deepseq
- primitive
- vector (>=0.11)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
system-expm1 | Use expm1 provided by GHC. On GHCJS we don't have one so we have to use hand-coded one. | Enabled |
system-erf | Use erf and erfc provided by system. On GHCJS version provided by library is used regardless of flag for that lack of libc. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info