We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ca418 commit 0d364b5Copy full SHA for 0d364b5
CHANGELOG
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+- 0.14.3.0 (2022-09-28)
4
+ * Fix parsing of NoXyz extensions
5
+ * Bump `Cabal` upper bound to 4.0
6
+ * Add option to automatically group imports (by Tikhon Jelvis)
7
+
8
- 0.14.2.0 (2022-04-27)
9
* Add a build flag to force the use of ghc-lib-parser
10
stylish-haskell.cabal
@@ -1,6 +1,6 @@
Cabal-version: 2.4
Name: stylish-haskell
-Version: 0.14.2.0
+Version: 0.14.3.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/haskell/stylish-haskell
License: BSD-3-Clause
0 commit comments