We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4814e commit 1203bc5Copy full SHA for 1203bc5
CHANGELOG
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+- 0.14.0.0 (2022-03-16)
4
+ * Port to GHC 9.2 AST (by jaspervdj)
5
+ * Case insensitive import sort (by vlatkoB)
6
+ * Fix issue with dissappearing GADT kind signatures (by Łukasz Gołębiewski)
7
+
8
- 0.13.0.0 (2021-09-15)
9
* Don't remove ticks on promoted data types (by Jim McStanton)
10
* Add break_only_where option (by 1Computer1)
stylish-haskell.cabal
@@ -1,6 +1,6 @@
Cabal-version: 2.4
Name: stylish-haskell
-Version: 0.13.0.0
+Version: 0.14.0.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/haskell/stylish-haskell
License: BSD-3-Clause
0 commit comments