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 196e6bc commit ada1528Copy full SHA for ada1528
CHANGELOG
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+- 0.14.0.1 (2022-03-17)
4
+ * Use GHC API directly if >= 9.2.2
5
+ * Bump `bytestring` upper bound to 0.12
6
+
7
- 0.14.0.0 (2022-03-16)
8
* Port to GHC 9.2 AST (by jaspervdj)
9
* Case insensitive import sort (by vlatkoB)
stylish-haskell.cabal
@@ -1,6 +1,6 @@
Cabal-version: 2.4
Name: stylish-haskell
-Version: 0.14.0.0
+Version: 0.14.0.1
Synopsis: Haskell code prettifier
Homepage: https://github.com/haskell/stylish-haskell
License: BSD-3-Clause
0 commit comments