Skip to content

Commit 311e311

Browse files
committed
Bump syb to 0.5
1 parent cc5cd31 commit 311e311

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- 0.5.14.0
2+
* Bump `syb` to 0.5
3+
* Slight refactoring in align code
4+
15
- 0.5.13.0
26
* Fix issue with shebang code
37

stylish-haskell.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: stylish-haskell
2-
Version: 0.5.13.0
2+
Version: 0.5.14.0
33
Synopsis: Haskell code prettifier
44
Homepage: https://github.com/jaspervdj/stylish-haskell
55
License: BSD3
@@ -54,7 +54,7 @@ Library
5454
filepath >= 1.1 && < 1.5,
5555
haskell-src-exts >= 1.16 && < 1.17,
5656
mtl >= 2.0 && < 2.3,
57-
syb >= 0.3 && < 0.5,
57+
syb >= 0.3 && < 0.6,
5858
yaml >= 0.7 && < 0.9
5959

6060
Executable stylish-haskell
@@ -75,7 +75,7 @@ Executable stylish-haskell
7575
filepath >= 1.1 && < 1.5,
7676
haskell-src-exts >= 1.16 && < 1.17,
7777
mtl >= 2.0 && < 2.3,
78-
syb >= 0.3 && < 0.5,
78+
syb >= 0.3 && < 0.6,
7979
yaml >= 0.7 && < 0.9
8080

8181
Test-suite stylish-haskell-tests
@@ -108,7 +108,7 @@ Test-suite stylish-haskell-tests
108108
filepath >= 1.1 && < 1.5,
109109
haskell-src-exts >= 1.16 && < 1.17,
110110
mtl >= 2.0 && < 2.3,
111-
syb >= 0.3 && < 0.5,
111+
syb >= 0.3 && < 0.6,
112112
yaml >= 0.7 && < 0.9
113113

114114
Source-repository head

0 commit comments

Comments
 (0)