stylish-haskell 0.5.11.1 → 0.5.11.2
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: filepath
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- stylish-haskell.cabal +4/−4
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.5.11.2+ * Bump `filepath` dependency to 1.5+ - 0.5.11.1 * Fix -Wall compilation with GHC 7.10
stylish-haskell.cabal view
@@ -1,5 +1,5 @@ Name: stylish-haskell-Version: 0.5.11.1+Version: 0.5.11.2 Synopsis: Haskell code prettifier Homepage: https://github.com/jaspervdj/stylish-haskell License: BSD3@@ -51,7 +51,7 @@ bytestring >= 0.9 && < 0.11, containers >= 0.3 && < 0.6, directory >= 1.1 && < 1.3,- filepath >= 1.1 && < 1.4,+ filepath >= 1.1 && < 1.5, haskell-src-exts >= 1.16 && < 1.17, mtl >= 2.0 && < 2.3, syb >= 0.3 && < 0.5,@@ -72,7 +72,7 @@ bytestring >= 0.9 && < 0.11, containers >= 0.3 && < 0.6, directory >= 1.1 && < 1.3,- filepath >= 1.1 && < 1.4,+ filepath >= 1.1 && < 1.5, haskell-src-exts >= 1.16 && < 1.17, mtl >= 2.0 && < 2.3, syb >= 0.3 && < 0.5,@@ -105,7 +105,7 @@ cmdargs >= 0.9 && < 0.11, containers >= 0.3 && < 0.6, directory >= 1.1 && < 1.3,- filepath >= 1.1 && < 1.4,+ filepath >= 1.1 && < 1.5, haskell-src-exts >= 1.16 && < 1.17, mtl >= 2.0 && < 2.3, syb >= 0.3 && < 0.5,