1
1
Name : stylish-haskell
2
- Version : 0.5.14.0
2
+ Version : 0.5.14.1
3
3
Synopsis : Haskell code prettifier
4
4
Homepage : https://github.com/jaspervdj/stylish-haskell
5
5
License : BSD3
@@ -46,7 +46,7 @@ Library
46
46
Paths_stylish_haskell
47
47
48
48
Build-depends :
49
- aeson >= 0.6 && < 0.9 ,
49
+ aeson >= 0.6 && < 0.10 ,
50
50
base >= 4 && < 5 ,
51
51
bytestring >= 0.9 && < 0.11 ,
52
52
containers >= 0.3 && < 0.6 ,
@@ -67,7 +67,7 @@ Executable stylish-haskell
67
67
strict >= 0.3 && < 0.4 ,
68
68
cmdargs >= 0.9 && < 0.11 ,
69
69
-- Copied from regular dependencies...
70
- aeson >= 0.6 && < 0.9 ,
70
+ aeson >= 0.6 && < 0.10 ,
71
71
base >= 4 && < 5 ,
72
72
bytestring >= 0.9 && < 0.11 ,
73
73
containers >= 0.3 && < 0.6 ,
@@ -99,7 +99,7 @@ Test-suite stylish-haskell-tests
99
99
test-framework >= 0.4 && < 0.9 ,
100
100
test-framework-hunit >= 0.2 && < 0.4 ,
101
101
-- Copied from regular dependencies...
102
- aeson >= 0.6 && < 0.9 ,
102
+ aeson >= 0.6 && < 0.10 ,
103
103
base >= 4 && < 5 ,
104
104
bytestring >= 0.9 && < 0.11 ,
105
105
cmdargs >= 0.9 && < 0.11 ,
0 commit comments