Skip to content

Commit ce6ddb0

Browse files
authored
Bump aeson bound to < 1.6
1 parent f1569c0 commit ce6ddb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stylish-haskell.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Library
5252
Paths_stylish_haskell
5353

5454
Build-depends:
55-
aeson >= 0.6 && < 1.5,
55+
aeson >= 0.6 && < 1.6,
5656
base >= 4.8 && < 5,
5757
bytestring >= 0.9 && < 0.11,
5858
Cabal >= 2.4 && < 3.1,
@@ -78,7 +78,7 @@ Executable stylish-haskell
7878
strict >= 0.3 && < 0.4,
7979
optparse-applicative >= 0.12 && < 0.16,
8080
-- Copied from regular dependencies...
81-
aeson >= 0.6 && < 1.5,
81+
aeson >= 0.6 && < 1.6,
8282
base >= 4.8 && < 5,
8383
bytestring >= 0.9 && < 0.11,
8484
Cabal >= 2.4 && < 3.1,
@@ -138,7 +138,7 @@ Test-suite stylish-haskell-tests
138138
test-framework-hunit >= 0.2 && < 0.4,
139139
random >= 1.1,
140140
-- Copied from regular dependencies...
141-
aeson >= 0.6 && < 1.5,
141+
aeson >= 0.6 && < 1.6,
142142
base >= 4.8 && < 5,
143143
bytestring >= 0.9 && < 0.11,
144144
Cabal >= 2.4 && < 3.1,

0 commit comments

Comments
 (0)