File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 - run : make build
3030 - run : make test
3131
32- - if : startsWith(github.ref, 'refs/tags') && startsWith(matrix.ghc, '9.8 ')
32+ - if : startsWith(github.ref, 'refs/tags') && startsWith(matrix.ghc, '9.10 ')
3333 run : make artifact
3434
3535 - 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 ')
3737 with :
3838 path : artifacts/*
3939 name : artifacts-${{ runner.os }}
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ - 0.15.1.0 (2025-04-13)
4+ * #491 Support GHC 9.12 (By GuillaumedeVolpiano)
5+
36- 0.15.0.1 (2025-04-13)
47 * #493 Support Cabal 3.12 again (By GuillaumedeVolpiano)
58
Original file line number Diff line number Diff line change 11Cabal-version : 2.4
22Name : stylish-haskell
3- Version : 0.15.0.1
3+ Version : 0.15.1.0
44Synopsis : Haskell code prettifier
55Homepage : https://github.com/haskell/stylish-haskell
66License : BSD-3-Clause
You can’t perform that action at this time.
0 commit comments