@@ -49,7 +49,7 @@ Library
4949 Paths_stylish_haskell
5050
5151 Build-depends :
52- aeson >= 0.6 && < 1.4 ,
52+ aeson >= 0.6 && < 1.5 ,
5353 base >= 4.8 && < 5 ,
5454 bytestring >= 0.9 && < 0.11 ,
5555 containers >= 0.3 && < 0.7 ,
@@ -60,7 +60,7 @@ Library
6060 mtl >= 2.0 && < 2.3 ,
6161 semigroups >= 0.18 && < 0.19 ,
6262 syb >= 0.3 && < 0.8 ,
63- yaml >= 0.7 && < 0.10
63+ yaml >= 0.8.11 && < 0.12
6464
6565Executable stylish-haskell
6666 Ghc-options : -Wall
@@ -72,7 +72,7 @@ Executable stylish-haskell
7272 strict >= 0.3 && < 0.4 ,
7373 optparse-applicative >= 0.12 && < 0.15 ,
7474 -- Copied from regular dependencies...
75- aeson >= 0.6 && < 1.4 ,
75+ aeson >= 0.6 && < 1.5 ,
7676 base >= 4.8 && < 5 ,
7777 bytestring >= 0.9 && < 0.11 ,
7878 containers >= 0.3 && < 0.7 ,
@@ -82,7 +82,7 @@ Executable stylish-haskell
8282 haskell-src-exts >= 1.18 && < 1.21 ,
8383 mtl >= 2.0 && < 2.3 ,
8484 syb >= 0.3 && < 0.8 ,
85- yaml >= 0.7 && < 0.10
85+ yaml >= 0.8.11 && < 0.12
8686
8787Test-suite stylish-haskell-tests
8888 Ghc-options : -Wall
@@ -121,7 +121,7 @@ Test-suite stylish-haskell-tests
121121 test-framework >= 0.4 && < 0.9 ,
122122 test-framework-hunit >= 0.2 && < 0.4 ,
123123 -- Copied from regular dependencies...
124- aeson >= 0.6 && < 1.4 ,
124+ aeson >= 0.6 && < 1.5 ,
125125 base >= 4.8 && < 5 ,
126126 bytestring >= 0.9 && < 0.11 ,
127127 containers >= 0.3 && < 0.7 ,
@@ -131,7 +131,7 @@ Test-suite stylish-haskell-tests
131131 haskell-src-exts >= 1.18 && < 1.21 ,
132132 mtl >= 2.0 && < 2.3 ,
133133 syb >= 0.3 && < 0.8 ,
134- yaml >= 0.7 && < 0.10
134+ yaml >= 0.8.11 && < 0.12
135135
136136Source-repository head
137137 Type : git
0 commit comments