We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628cf06 commit 46abf79Copy full SHA for 46abf79
CHANGELOG
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+- 0.14.4.0 (2023-01-09)
4
+ * #421 Support GHC 9.4 (by Lei Zhu)
5
+ * #439 Fix NoXyz extension issues for .cabal files (by Lev Dvorkin)
6
+ * #424 Deriving alignment for enums (by Lev Dvorkin)
7
+ * #416 Support Safe/Trustworthy/Unsafe extensions
8
+
9
- 0.14.3.0 (2022-09-28)
10
* Fix parsing of NoXyz extensions
11
* Bump `Cabal` upper bound to 4.0
stylish-haskell.cabal
@@ -1,6 +1,6 @@
Cabal-version: 2.4
Name: stylish-haskell
-Version: 0.14.3.0
+Version: 0.14.4.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/haskell/stylish-haskell
License: BSD-3-Clause
0 commit comments