summaryrefslogtreecommitdiff
path: root/libraries/ghc-bignum/changelog.md
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2021-06-03 11:31:49 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-06-19 12:27:12 -0400
commit8838241f7d672a58522b902c89c9149d6197bb72 (patch)
tree1fe1a8fb00448f8436bc64bbde99edadaf4d5db1 /libraries/ghc-bignum/changelog.md
parent217b4dcc004faffd3c7f5d15ba002dcfb0d1027e (diff)
downloadhaskell-8838241f7d672a58522b902c89c9149d6197bb72.tar.gz
Fix naturalToFloat/Double
* move naturalToFloat/Double from ghc-bignum to base:GHC.Float and make them wired-in (as their integerToFloat/Double counterparts) * use the same rounding method as integerToFloat/Double. This is an oversight of 540fa6b2cff3802877ff56a47ab3611e33a9ac86 * add passthrough rules for intToFloat, intToDouble, wordToFloat, wordToDouble.
Diffstat (limited to 'libraries/ghc-bignum/changelog.md')
-rw-r--r--libraries/ghc-bignum/changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/ghc-bignum/changelog.md b/libraries/ghc-bignum/changelog.md
index 55cbef72b3..68f98d3adc 100644
--- a/libraries/ghc-bignum/changelog.md
+++ b/libraries/ghc-bignum/changelog.md
@@ -1,5 +1,9 @@
# Changelog for `ghc-bignum` package
+## 1.2
+
+- Moved naturalToDouble# and naturalToFloat# to `base` package
+
## 1.1
- Moved integerToDouble# and integerToFloat# to `base` package with fixed