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 fe10c94 commit e75e107Copy full SHA for e75e107
CHANGELOG
@@ -1,7 +1,12 @@
1
# CHANGELOG
2
3
+- 0.14.6.0 (2024-01-19)
4
+ * #471 Support GHC 9.8 (by Michael Peyton Jones)
5
+ * #440 Fix dissappearing `DEPRECATED` pragma on module (by Lev Dvorkin)
6
+ * #464 Fix compilation issue with GHC 9.4
7
+
8
- 0.14.5.0 (2023-06-23)
- * #459 Support GHC 9.6 (By Michael Peyton Jones)
9
+ * #459 Support GHC 9.6 (by Michael Peyton Jones)
10
* #445 Default `ghc-lib` flag to True (by amesgen)
11
12
- 0.14.4.0 (2023-01-09)
stylish-haskell.cabal
@@ -1,6 +1,6 @@
Cabal-version: 2.4
Name: stylish-haskell
-Version: 0.14.5.0
+Version: 0.14.6.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/haskell/stylish-haskell
License: BSD-3-Clause
0 commit comments