File: ChangeLog

package info (click to toggle)
haskell-type-level-numbers 0.1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: haskell: 663; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 399 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
Changes in 0.1.1.2

  * GHC 9.2 compatibility


Changes in 0.1.1.1

  * Type level addition is fixed for GHC 7.6

  * Test suite added to cabal file


Changes in 0.1.1.0

  * withNat, withInt, SomeNat and SomeInt added.


Changes in 0.1.0.3

  * Fix build for GHC 7.4


Changes in 0.1.0.2:

  * Fix URL in cabal file

Changes in 0.1.0.1:

  * Workaround for GHC bug #4364 (Build failure on GHC 7.0)