stylish-haskell 0.5.14.3 → 0.5.14.4
raw patch · 3 files changed
+9/−6 lines, 3 filesdep ~haskell-src-exts
Dependency ranges changed: haskell-src-exts
Files
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.5.14.4+ * Bump `stylish-haskell` to 1.17.0+ - 0.5.14.3 * Bump `HUnit` to 1.13
src/Language/Haskell/Stylish/Step/Imports.hs view
@@ -59,8 +59,8 @@ compareImportSpecs = comparing key where key :: H.ImportSpec l -> (Int, Int, String)- key (H.IVar _ _ x) = let n = nameToString x in (1, operator n, n)- key (H.IAbs _ x) = (0, 0, nameToString x)+ key (H.IVar _ x) = let n = nameToString x in (1, operator n, n)+ key (H.IAbs _ _ x) = (0, 0, nameToString x) key (H.IThingAll _ x) = (0, 0, nameToString x) key (H.IThingWith _ x _) = (0, 0, nameToString x)
stylish-haskell.cabal view
@@ -1,5 +1,5 @@ Name: stylish-haskell-Version: 0.5.14.3+Version: 0.5.14.4 Synopsis: Haskell code prettifier Homepage: https://github.com/jaspervdj/stylish-haskell License: BSD3@@ -52,7 +52,7 @@ containers >= 0.3 && < 0.6, directory >= 1.1 && < 1.3, filepath >= 1.1 && < 1.5,- haskell-src-exts >= 1.16 && < 1.17,+ haskell-src-exts >= 1.17 && < 1.18, mtl >= 2.0 && < 2.3, syb >= 0.3 && < 0.7, yaml >= 0.7 && < 0.9@@ -73,7 +73,7 @@ containers >= 0.3 && < 0.6, directory >= 1.1 && < 1.3, filepath >= 1.1 && < 1.5,- haskell-src-exts >= 1.16 && < 1.17,+ haskell-src-exts >= 1.17 && < 1.18, mtl >= 2.0 && < 2.3, syb >= 0.3 && < 0.7, yaml >= 0.7 && < 0.9@@ -106,7 +106,7 @@ containers >= 0.3 && < 0.6, directory >= 1.1 && < 1.3, filepath >= 1.1 && < 1.5,- haskell-src-exts >= 1.16 && < 1.17,+ haskell-src-exts >= 1.17 && < 1.18, mtl >= 2.0 && < 2.3, syb >= 0.3 && < 0.7, yaml >= 0.7 && < 0.9