stylish-haskell 0.9.4.0 → 0.9.4.3
raw patch · 2 files changed
+15/−5 lines, 2 filesdep ~CabalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal
API changes (from Hackage documentation)
Files
- CHANGELOG +11/−1
- stylish-haskell.cabal +4/−4
CHANGELOG view
@@ -1,6 +1,16 @@ # CHANGELOG -- 0.9.4.0 (2019-10-19)+- 0.9.4.3 (2019-10-29)+ * Bump release script+ * Bump `Cabal` to 3.0++- 0.9.4.2 (2019-10-29)+ * Bump release script++- 0.9.4.1 (2019-10-29)+ * Bump release script++- 0.9.4.0 (2019-10-29) * Read language extensions from `.cabal` file (by Georgy Lukyanov) - 0.9.3.1 (2019-10-08)
stylish-haskell.cabal view
@@ -1,5 +1,5 @@ Name: stylish-haskell-Version: 0.9.4.0+Version: 0.9.4.3 Synopsis: Haskell code prettifier Homepage: https://github.com/jaspervdj/stylish-haskell License: BSD3@@ -54,7 +54,7 @@ aeson >= 0.6 && < 1.5, base >= 4.8 && < 5, bytestring >= 0.9 && < 0.11,- Cabal >= 2.4 && < 2.5,+ Cabal >= 2.4 && < 3.1, containers >= 0.3 && < 0.7, directory >= 1.2.3 && < 1.4, filepath >= 1.1 && < 1.5,@@ -78,7 +78,7 @@ aeson >= 0.6 && < 1.5, base >= 4.8 && < 5, bytestring >= 0.9 && < 0.11,- Cabal >= 2.4 && < 2.5,+ Cabal >= 2.4 && < 3.1, containers >= 0.3 && < 0.7, directory >= 1.2.3 && < 1.4, filepath >= 1.1 && < 1.5,@@ -132,7 +132,7 @@ aeson >= 0.6 && < 1.5, base >= 4.8 && < 5, bytestring >= 0.9 && < 0.11,- Cabal >= 2.4 && < 2.5,+ Cabal >= 2.4 && < 3.1, containers >= 0.3 && < 0.7, directory >= 1.2.3 && < 1.4, filepath >= 1.1 && < 1.5,