File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/andreasabel/haskell-ci
10
10
#
11
- # version: 0.17.20240127
11
+ # version: 0.18.0.20240225
12
12
#
13
- # REGENDATA ("0.17.20240127 ",["github","alex.cabal"])
13
+ # REGENDATA ("0.18.0.20240225 ",["github","alex.cabal"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
32
32
strategy :
33
33
matrix :
34
34
include :
35
- - compiler : ghc-9.8.1
35
+ - compiler : ghc-9.8.2
36
36
compilerKind : ghc
37
- compilerVersion : 9.8.1
37
+ compilerVersion : 9.8.2
38
38
setup-method : ghcup
39
39
allow-failure : false
40
40
- compiler : ghc-9.6.4
Original file line number Diff line number Diff line change
1
+ ## Changes in 3.5.1.0
2
+
3
+ * Drop generating output for GHC < 6.4.
4
+ * Use qualified imports in generated code (except for ` Prelude ` )
5
+ ([ Issue #258 ] ( https://github.com/haskell/alex/issues/258 ) ).
6
+ * Suppress warnings ` tabs ` and ` unused-imports ` for generated code
7
+ ([ Issue #255 ] ( https://github.com/haskell/alex/issues/255 ) ).
8
+ * Tested with GHC 8.0 - 9.8.2.
9
+
10
+ _ Andreas Abel, 2024-02-29_
11
+
1
12
## Changes in 3.5.0.0
2
13
3
14
* Add option ` --numeric-version ` .
Original file line number Diff line number Diff line change 1
1
cabal-version : >= 1.10
2
2
name : alex
3
- version : 3.5.0 .0
3
+ version : 3.5.1 .0
4
4
-- don't forget updating changelog.md!
5
5
license : BSD3
6
6
license-file : LICENSE
@@ -22,7 +22,7 @@ category: Development
22
22
build-type : Simple
23
23
24
24
tested-with :
25
- GHC == 9.8.1
25
+ GHC == 9.8.2
26
26
GHC == 9.6.4
27
27
GHC == 9.4.8
28
28
GHC == 9.2.8
You can’t perform that action at this time.
0 commit comments