stylish-haskell 0.9.2.1 → 0.9.2.2
raw patch · 3 files changed
+12/−6 lines, 3 filesdep ~haskell-src-extsdep ~semigroups
Dependency ranges changed: haskell-src-exts, semigroups
Files
- CHANGELOG +4/−0
- data/stylish-haskell.yaml +3/−1
- stylish-haskell.cabal +5/−5
CHANGELOG view
@@ -1,5 +1,9 @@ # CHANGELOG +- 0.9.2.2 (2019-06-12)+ * Bump `semigroups` to 0.19+ * Bump `haskell-src-exts` to 1.21+ - 0.9.2.1 (2019-01-02) * Bump `aeson` to 1.4 * Bump `yaml` to 0.11
data/stylish-haskell.yaml view
@@ -17,7 +17,7 @@ # Align the right hand side of some elements. This is quite conservative # and only applies to statements where each element occupies a single- # line.+ # line. All default to true. - simple_align: cases: true top_level_patterns: true@@ -126,6 +126,8 @@ # # - module_name: align under start of module name. # Useful for 'file' and 'group' align settings.+ #+ # Default: 4 list_padding: 4 # Separate lists option affects formatting of import list for type
stylish-haskell.cabal view
@@ -1,5 +1,5 @@ Name: stylish-haskell-Version: 0.9.2.1+Version: 0.9.2.2 Synopsis: Haskell code prettifier Homepage: https://github.com/jaspervdj/stylish-haskell License: BSD3@@ -56,9 +56,9 @@ directory >= 1.2.3 && < 1.4, filepath >= 1.1 && < 1.5, file-embed >= 0.0.10 && < 0.1,- haskell-src-exts >= 1.18 && < 1.21,+ haskell-src-exts >= 1.18 && < 1.22, mtl >= 2.0 && < 2.3,- semigroups >= 0.18 && < 0.19,+ semigroups >= 0.18 && < 0.20, syb >= 0.3 && < 0.8, yaml >= 0.8.11 && < 0.12 @@ -79,7 +79,7 @@ directory >= 1.2.3 && < 1.4, filepath >= 1.1 && < 1.5, file-embed >= 0.0.10 && < 0.1,- haskell-src-exts >= 1.18 && < 1.21,+ haskell-src-exts >= 1.18 && < 1.22, mtl >= 2.0 && < 2.3, syb >= 0.3 && < 0.8, yaml >= 0.8.11 && < 0.12@@ -128,7 +128,7 @@ directory >= 1.2.3 && < 1.4, filepath >= 1.1 && < 1.5, file-embed >= 0.0.10 && < 0.1,- haskell-src-exts >= 1.18 && < 1.21,+ haskell-src-exts >= 1.18 && < 1.22, mtl >= 2.0 && < 2.3, syb >= 0.3 && < 0.8, yaml >= 0.8.11 && < 0.12