summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--stylish-haskell.cabal8
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 073d5c1..aa9acd8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+- 0.5.14.0
+ * Bump `syb` to 0.5
+ * Slight refactoring in align code
+
- 0.5.13.0
* Fix issue with shebang code
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 70fa70f..1d4e8f6 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.13.0
+Version: 0.5.14.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -54,7 +54,7 @@ Library
filepath >= 1.1 && < 1.5,
haskell-src-exts >= 1.16 && < 1.17,
mtl >= 2.0 && < 2.3,
- syb >= 0.3 && < 0.5,
+ syb >= 0.3 && < 0.6,
yaml >= 0.7 && < 0.9
Executable stylish-haskell
@@ -75,7 +75,7 @@ Executable stylish-haskell
filepath >= 1.1 && < 1.5,
haskell-src-exts >= 1.16 && < 1.17,
mtl >= 2.0 && < 2.3,
- syb >= 0.3 && < 0.5,
+ syb >= 0.3 && < 0.6,
yaml >= 0.7 && < 0.9
Test-suite stylish-haskell-tests
@@ -108,7 +108,7 @@ Test-suite stylish-haskell-tests
filepath >= 1.1 && < 1.5,
haskell-src-exts >= 1.16 && < 1.17,
mtl >= 2.0 && < 2.3,
- syb >= 0.3 && < 0.5,
+ syb >= 0.3 && < 0.6,
yaml >= 0.7 && < 0.9
Source-repository head