-
Notifications
You must be signed in to change notification settings - Fork 22
/
ChangeLog
94 lines (71 loc) · 2.55 KB
/
ChangeLog
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
v1.1.1.12:
* Dependency update for GHC 9.8.2 + libraries (PR #45, thanks fgaz)
* Dependency update for transformers 0.6, GHC 9.6.2 (PR #43, thanks Miezhiko)
v1.1.1.11:
* Dependency update for base 4.18, GHC 9.4.5 (PR #42, thanks Miezhiko)
v1.1.1.10:
* When parsing as an expression and as a declaration both fail, show both errors (PR #39, thanks 1in1)
* GitHub Action for CI
* Dependency update for base 4.16, GHC 9.2.5 (PR #39, thanks Andreas Ländle)
v1.1.1.9:
* Dependency update for base 4.15, QC 2.14
* Fix 'return x y' being incorrectly written to 'y' (instead of 'x')
v1.1.1.8:
* Dependency update for GHC 8.10
* Enable UnicodeSyntax
v1.1.1.7:
* Dependency update for GHC 8.8, HSE 1.23
* Updates to Cabal file to meet new Hackage constraints
v1.1.1.6:
* Fix a bug in alpha-renaming (thanks Bertram Felgenhauer)
* Exit nonzero on parse failures (thanks meck)
v1.1.1.5:
* Metadata fixes and dependency update for base 4.12, containers 0.6, QuickCheck 2.12 (thanks Bryan Gardiner)
v1.1.1.4:
* Dependency update for base 4.11, HSE 1.20, HUnit 1.6, QuickCheck 2.11
v1.1.1.3:
* Dependency update for HSE 1.19, HUnit 1.5 (thanks Nikolay Amiantov)
* Fix bug due to incautious naming of temporary variables (thanks Jack Fransham)
v1.1.1.2:
* Dependency update for base 4.9, QuickCheck 2.9
v1.1.1.1:
* Dependency update for HSE 1.17, transformers 0.5
* Trim tested-with, I no longer have a working copy of old GHCs
v1.1.1:
* Fix some bugs in qualified operator handling
v1.1:
* Drop support for GHC 7.0 and 7.2 (actually already lost with HSE 1.16)
* Add support for GHC 7.10.1
* Expose the string -> string transformation as a library (thanks Taylor Fausak)
* Add --stdin flag to enable reading from stdin (thanks Martin Zeller)
* Support some Unicode operators
* Dependency update for QuickCheck 2.9
v1.0.4.8:
* Dependency update for HSE 1.16
* Fixing support for transformers 0.4
v1.0.4.7:
* Dependency update for HSE 1.15 and transformers 0.4
v1.0.4.6:
* Dependency update for GHC 7.8
* Comment out tests that never worked
v1.0.4.5:
* Fix using show when I meant prettyprint
* Fix testsuite dependencies
* Replace mtl dep with transformers
* Broaden HSE dep version range
v1.0.4.4:
* Replace custom parser with HSE parser, fixing many bugs
* Dependency update for GHC 7.6
* Use cabal's test-suite stuff
v1.0.4.3:
* Dependency update for GHC 7.4
v1.0.4.2: (never released on Hackage)
* Dependency update for GHC 7.2
v1.0.4.1:
* Metadata fix
v1.0.4:
* Modernise pragma/extension usage
* Update for mtl-2
* Squash some warnings
v1.0.3:
* Last version released before I took maintainership