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 955be0c commit f292ed5Copy full SHA for f292ed5
CHANGELOG
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+- 0.9.3.0 (2019-10-08)
4
+ * Bump `optparse-applicative` to 0.15
5
+ * Don't remove page breaks in the trailing whitespace step (by Chris
6
+ Perivolaropoulos)
7
+ * Add `with_module_name` option to `list_align` for import styling (by
8
+ Rupert Horlick)
9
+
10
- 0.9.2.2 (2019-06-12)
11
* Bump `semigroups` to 0.19
12
* Bump `haskell-src-exts` to 1.21
stack.yaml
@@ -1,4 +1,3 @@
-resolver: lts-14.4
-
+resolver: lts-14.6
packages:
- '.'
stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.9.2.2
+Version: 0.9.3.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
0 commit comments