Skip to content

Commit cd68fe8

Browse files
felixonmarsjaspervdj
authored andcommitted
Allow yaml 0.9
Builds fine and all tests pass.
1 parent 2245e8a commit cd68fe8

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
@@ -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.9
63+
yaml >= 0.7 && < 0.10
6464

6565
Executable stylish-haskell
6666
Ghc-options: -Wall
@@ -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.9
85+
yaml >= 0.7 && < 0.10
8686

8787
Test-suite stylish-haskell-tests
8888
Ghc-options: -Wall
@@ -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.9
134+
yaml >= 0.7 && < 0.10
135135

136136
Source-repository head
137137
Type: git

0 commit comments

Comments
 (0)