File: changelog.md

package info (click to toggle)
haskell-integer-logarithms 1.0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: haskell: 522; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
1.0.3.1
-------

- GHC-9.0 support

1.0.3
-----

- Mark all modules `Trustworthy`. (deprecated modules are `Safe` for GHC-7.4+).

1.0.2.2
-------

- GHC-8.6.1 compatible release
- Fix compilation when `+check-bounds`

1.0.2.1
-------

- GHC-8.4.1 compatible release
- Bump dependencies' bounds

1.0.2
-----

- Deprecate `Math.NumberTheory.Power.Integer` and `Math.NumberTheory.Power.Natural` modules
  `(^)` is as good as custom methods.

1.0.1
-----

- Add support for `integer-simple`