summaryrefslogtreecommitdiff
path: root/libraries/ghc-bignum/changelog.md
blob: 6816783dca81f2c0e5d35a3769199c8626194aa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Changelog for `ghc-bignum` package

## 1.3

- Expose backendName
- Add `naturalSetBit[#]` (#21173), `naturalClearBit[#]` (#21175), `naturalComplementBit[#]` (#21181)

## 1.2

- Moved naturalToDouble# and naturalToFloat# to `base` 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)