diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2021-05-17 11:55:53 +0200 |
---|---|---|
committer | Zubin Duggal <zubin.duggal@gmail.com> | 2021-09-21 22:28:27 +0530 |
commit | 6fd912f27b7a920d30568a8487b1e073b1f4d9b3 (patch) | |
tree | ca46885112b4f14b02ffc09d49d47139220e58ce | |
parent | 030f3c45c1c6e07b6e99a0072afd96131325766d (diff) | |
download | haskell-6fd912f27b7a920d30568a8487b1e073b1f4d9b3.tar.gz |
Bignum: bump to version 1.1 (#19846)
(cherry picked from commit df4a0a53691cd833f54eb443401243dd9c964196)
(cherry picked from commit 697db52044f577b584a04a8aac4cd211983fda61)
-rw-r--r-- | libraries/ghc-bignum/changelog.md | 10 | ||||
-rw-r--r-- | libraries/ghc-bignum/ghc-bignum.cabal | 2 |
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 |