File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Library
52
52
Paths_stylish_haskell
53
53
54
54
Build-depends :
55
- aeson >= 0.6 && < 1.5 ,
55
+ aeson >= 0.6 && < 1.6 ,
56
56
base >= 4.8 && < 5 ,
57
57
bytestring >= 0.9 && < 0.11 ,
58
58
Cabal >= 2.4 && < 3.1 ,
@@ -78,7 +78,7 @@ Executable stylish-haskell
78
78
strict >= 0.3 && < 0.4 ,
79
79
optparse-applicative >= 0.12 && < 0.16 ,
80
80
-- Copied from regular dependencies...
81
- aeson >= 0.6 && < 1.5 ,
81
+ aeson >= 0.6 && < 1.6 ,
82
82
base >= 4.8 && < 5 ,
83
83
bytestring >= 0.9 && < 0.11 ,
84
84
Cabal >= 2.4 && < 3.1 ,
@@ -138,7 +138,7 @@ Test-suite stylish-haskell-tests
138
138
test-framework-hunit >= 0.2 && < 0.4 ,
139
139
random >= 1.1 ,
140
140
-- Copied from regular dependencies...
141
- aeson >= 0.6 && < 1.5 ,
141
+ aeson >= 0.6 && < 1.6 ,
142
142
base >= 4.8 && < 5 ,
143
143
bytestring >= 0.9 && < 0.11 ,
144
144
Cabal >= 2.4 && < 3.1 ,
You can’t perform that action at this time.
0 commit comments