File: CHANGELOG.md

package info (click to toggle)
haskell-src-exts-simple 1.23.0.0-4
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: haskell: 675; makefile: 5
file content (40 lines) | stat: -rw-r--r-- 855 bytes parent folder | download | duplicates (3)
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
# Revision history for haskell-src-exts-simple

## 1.23.0.0    — 2020-03-13

* support haskell-src-exts 1.23.0

## 1.22.0.0    — 2019-11-05

* support haskell-src-exts 1.22.0
* clean up mentions of ghc < 8

## 1.21.1.0    — 2019-09-13

* support haskell-src-exts 1.21.1
* require base >= 4.9 (and, consequently, ghc >= 8)

## 1.21.0.0    — 2019-04-27

* support haskell-src-exts 1.21.0

## 1.20.0.0    — 2017-12-26

* support haskell-src-exts 1.20.0

## 1.19.0.0    — 2016-11-20

* support haskell-src-exts 1.19.0
* implement `Language.Haskell.Exts.Simple.Syntax.ImportDecl` as a record pattern synonym for ghc-8.0

## 1.18.0.1.1  — 2016-08-05

* package description should now look fine on hackage

## 1.18.0.1    — 2016-08-02

* ghc-7.8 compatibility (see COMPATIBILITY.md for caveats)

## 1.18.0      — 2016-07-31

* Initial release.