Skip to content

Commit

Permalink
Allow yaml 0.9
Browse files Browse the repository at this point in the history
Builds fine and all tests pass.
  • Loading branch information
felixonmars authored and jaspervdj committed Jul 16, 2018
1 parent 2245e8a commit cd68fe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stylish-haskell.cabal
Expand Up @@ -60,7 +60,7 @@ Library
mtl >= 2.0 && < 2.3,
semigroups >= 0.18 && < 0.19,
syb >= 0.3 && < 0.8,
yaml >= 0.7 && < 0.9
yaml >= 0.7 && < 0.10

Executable stylish-haskell
Ghc-options: -Wall
Expand All @@ -82,7 +82,7 @@ Executable stylish-haskell
haskell-src-exts >= 1.18 && < 1.21,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
yaml >= 0.7 && < 0.9
yaml >= 0.7 && < 0.10

Test-suite stylish-haskell-tests
Ghc-options: -Wall
Expand Down Expand Up @@ -131,7 +131,7 @@ Test-suite stylish-haskell-tests
haskell-src-exts >= 1.18 && < 1.21,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
yaml >= 0.7 && < 0.9
yaml >= 0.7 && < 0.10

Source-repository head
Type: git
Expand Down

0 comments on commit cd68fe8

Please sign in to comment.