Skip to content

Commit a7200f5

Browse files
committed
Bump aeson to 0.9
1 parent 311e311 commit a7200f5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 0.5.14.1
2+
* Bump `aeson` to 0.9
3+
14
- 0.5.14.0
25
* Bump `syb` to 0.5
36
* Slight refactoring in align code

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.14.0
2+
Version: 0.5.14.1
33
Synopsis: Haskell code prettifier
44
Homepage: https://github.com/jaspervdj/stylish-haskell
55
License: BSD3
@@ -46,7 +46,7 @@ Library
4646
Paths_stylish_haskell
4747

4848
Build-depends:
49-
aeson >= 0.6 && < 0.9,
49+
aeson >= 0.6 && < 0.10,
5050
base >= 4 && < 5,
5151
bytestring >= 0.9 && < 0.11,
5252
containers >= 0.3 && < 0.6,
@@ -67,7 +67,7 @@ Executable stylish-haskell
6767
strict >= 0.3 && < 0.4,
6868
cmdargs >= 0.9 && < 0.11,
6969
-- Copied from regular dependencies...
70-
aeson >= 0.6 && < 0.9,
70+
aeson >= 0.6 && < 0.10,
7171
base >= 4 && < 5,
7272
bytestring >= 0.9 && < 0.11,
7373
containers >= 0.3 && < 0.6,
@@ -99,7 +99,7 @@ Test-suite stylish-haskell-tests
9999
test-framework >= 0.4 && < 0.9,
100100
test-framework-hunit >= 0.2 && < 0.4,
101101
-- Copied from regular dependencies...
102-
aeson >= 0.6 && < 0.9,
102+
aeson >= 0.6 && < 0.10,
103103
base >= 4 && < 5,
104104
bytestring >= 0.9 && < 0.11,
105105
cmdargs >= 0.9 && < 0.11,

0 commit comments

Comments
 (0)