diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2021-05-17 11:55:53 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-05-19 23:39:37 -0400 |
commit | df4a0a53691cd833f54eb443401243dd9c964196 (patch) | |
tree | 59613051308489b1dadc3dfc439bda8ffad2eeed | |
parent | f192e623f579e09b7b5442cc707a40482b76e81e (diff) | |
download | haskell-df4a0a53691cd833f54eb443401243dd9c964196.tar.gz |
Bignum: bump to version 1.1 (#19846)
-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 3b2a52352b..6de0328c49 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 |