We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5102112 commit 700ea2bCopy full SHA for 700ea2b
CHANGELOG
@@ -2,6 +2,8 @@
2
- Separating out "Data.Number.LogFloat.Raw"
3
- Added `Tested-With: GHC == 9.2.4, 9.4.4, 9.6.1` (didn't actually need to
4
nudge the upper bound on 'base', because it's already lenient)
5
+ - Silencing warnings about rewrite rules, as a hack for working around:
6
+ <https://gitlab.haskell.org/ghc/ghc/-/issues/10595>
7
0.13.4 (2017-06-18):
8
- Added Read LogFloat instance. (h/t Rob Zinkov)
9
- Corrected a bug where `product` returns NaN on `logFloat 0`.
0 commit comments