File: changelog.md

package info (click to toggle)
haskell-haskell-src 1.0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 204 kB
  • sloc: haskell: 1,741; makefile: 2
file content (70 lines) | stat: -rw-r--r-- 1,327 bytes parent folder | download
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
## 1.0.4.1

_Andreas Abel, 2024-09-22_

  - Replace use of `head` to pacify `-Wx-partial`.
  - Remove upper bound on `happy`.
  - Tested with GHC 8.0 - 9.10.1.

## 1.0.4 Revision 1

_Andreas Abel, 2022-05-25_

  - Support GHC 9.4, allow base-4.17 and higher.

## 1.0.4

_Andreas Abel, 2022-02-07_

  - Add `Eq` instance for `HsModule`.

## 1.0.3.2

_Andreas Abel, 2022-02-07_

  - Version tested with GHC 7.0 - 9.2.
  - Silence warning `incomplete-uni-patterns` in module `ParseMonad` for GHC >= 9.2.
  - Cosmetic documentation changes.

## 1.0.3.1 Revision 5

  - Support happy-1.21.

## 1.0.3.1 Revision 4

  - Support GHC 9.2 & base-4.16.

## 1.0.3.1 Revision 3

  - Support GHC 9.0 & base-4.15.

## 1.0.3.0/1 Revision 2

  - Support happy-1.20.

## 1.0.3.1

_Herbert Valerio Riedel, 2019-11-09_

  - Version for GHC 8.8 and 8.10.

## 1.0.3.0

_Herbert Valerio Riedel, 2018-03-13_

  - Version for GHC 7.10 - 8.6.
    (Dropped support for GHC versions prior to GHC 7.0.)

  - Add support for `MonadFail` & `Semigroup` proposals by
    adding respective instances for `P` and `Lex`.

  - Remove `-O2` from `ghc-options`.

## 1.0.2.0

_Herbert Valerio Riedel, 2015-01-24_

  - Add support for GHC 7.10 & base-4.8.

  - Add missing `Functor` & `Applicative` instances for `P` and `Lex`
    monads needed for AMP compatibility.