File tree 2 files changed +8
-4
lines changed 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ - 0.5.14.0
2
+ * Bump `syb` to 0.5
3
+ * Slight refactoring in align code
4
+
1
5
- 0.5.13.0
2
6
* Fix issue with shebang code
3
7
Original file line number Diff line number Diff line change 1
1
Name : stylish-haskell
2
- Version : 0.5.13 .0
2
+ Version : 0.5.14 .0
3
3
Synopsis : Haskell code prettifier
4
4
Homepage : https://github.com/jaspervdj/stylish-haskell
5
5
License : BSD3
@@ -54,7 +54,7 @@ Library
54
54
filepath >= 1.1 && < 1.5 ,
55
55
haskell-src-exts >= 1.16 && < 1.17 ,
56
56
mtl >= 2.0 && < 2.3 ,
57
- syb >= 0.3 && < 0.5 ,
57
+ syb >= 0.3 && < 0.6 ,
58
58
yaml >= 0.7 && < 0.9
59
59
60
60
Executable stylish-haskell
@@ -75,7 +75,7 @@ Executable stylish-haskell
75
75
filepath >= 1.1 && < 1.5 ,
76
76
haskell-src-exts >= 1.16 && < 1.17 ,
77
77
mtl >= 2.0 && < 2.3 ,
78
- syb >= 0.3 && < 0.5 ,
78
+ syb >= 0.3 && < 0.6 ,
79
79
yaml >= 0.7 && < 0.9
80
80
81
81
Test-suite stylish-haskell-tests
@@ -108,7 +108,7 @@ Test-suite stylish-haskell-tests
108
108
filepath >= 1.1 && < 1.5 ,
109
109
haskell-src-exts >= 1.16 && < 1.17 ,
110
110
mtl >= 2.0 && < 2.3 ,
111
- syb >= 0.3 && < 0.5 ,
111
+ syb >= 0.3 && < 0.6 ,
112
112
yaml >= 0.7 && < 0.9
113
113
114
114
Source-repository head
You can’t perform that action at this time.
0 commit comments