summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2021-05-17 11:55:53 +0200
committerBen Gamari <ben@smart-cactus.org>2021-08-04 13:03:39 -0400
commit697db52044f577b584a04a8aac4cd211983fda61 (patch)
tree96f25b52e908b94312a93a89fd4b779112969e4a
parent80e6fd527e60028ecc4f7724f2b9c8705bfd9175 (diff)
downloadhaskell-697db52044f577b584a04a8aac4cd211983fda61.tar.gz
Bignum: bump to version 1.1 (#19846)
(cherry picked from commit df4a0a53691cd833f54eb443401243dd9c964196)
-rw-r--r--libraries/ghc-bignum/changelog.md10
-rw-r--r--libraries/ghc-bignum/ghc-bignum.cabal2
2 files changed, 11 insertions, 1 deletions
diff --git a/libraries/ghc-bignum/changelog.md b/libraries/ghc-bignum/changelog.md
index 4106aec218..55cbef72b3 100644
--- a/libraries/ghc-bignum/changelog.md
+++ b/libraries/ghc-bignum/changelog.md
@@ -1 +1,11 @@
# Changelog for `ghc-bignum` package
+
+## 1.1
+
+- Moved integerToDouble# and integerToFloat# to `base` package with fixed
+ rounding (#15926, #17231, #17782)
+- Added Eq and Ord instances for BigNat (#19647)
+- Bump in-tree GMP to version 6.2.1
+- Support for autoconf >= 2.70 especially on Windows (#19189)
+- Fixed extra-source-files in .cabal file
+- Fixed incorrect declaration in .hs-boot file (#19638)
diff --git a/libraries/ghc-bignum/ghc-bignum.cabal b/libraries/ghc-bignum/ghc-bignum.cabal
index c585578544..fa52cc5f22 100644
--- a/libraries/ghc-bignum/ghc-bignum.cabal
+++ b/libraries/ghc-bignum/ghc-bignum.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: ghc-bignum
-version: 1.0
+version: 1.1
synopsis: GHC BigNum library
license: BSD3
license-file: LICENSE