File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
- run : make build
30
30
- run : make test
31
31
32
- - if : startsWith(github.ref, 'refs/tags') && startsWith(matrix.ghc, '9.8 ')
32
+ - if : startsWith(github.ref, 'refs/tags') && startsWith(matrix.ghc, '9.10 ')
33
33
run : make artifact
34
34
35
35
- uses : actions/upload-artifact@v4
36
- if : startsWith(github.ref, 'refs/tags') && startsWith(matrix.ghc, '9.8 ')
36
+ if : startsWith(github.ref, 'refs/tags') && startsWith(matrix.ghc, '9.10 ')
37
37
with :
38
38
path : artifacts/*
39
39
name : artifacts-${{ runner.os }}
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ - 0.15.1.0 (2025-04-13)
4
+ * #491 Support GHC 9.12 (By GuillaumedeVolpiano)
5
+
3
6
- 0.15.0.1 (2025-04-13)
4
7
* #493 Support Cabal 3.12 again (By GuillaumedeVolpiano)
5
8
Original file line number Diff line number Diff line change 1
1
Cabal-version : 2.4
2
2
Name : stylish-haskell
3
- Version : 0.15.0.1
3
+ Version : 0.15.1.0
4
4
Synopsis : Haskell code prettifier
5
5
Homepage : https://github.com/haskell/stylish-haskell
6
6
License : BSD-3-Clause
You can’t perform that action at this time.
0 commit comments