summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2018-07-14 03:56:53 +0800
committerJasper Van der Jeugt <jaspervdj@gmail.com>2018-07-16 10:31:53 +0200
commitcd68fe8452e86748973c20e87feb38c16a979226 (patch)
tree0b9f2a1c156d4775006b00247a5a26496c793ece
parent2245e8abd410b68a1eae85d27826c23a992afcc6 (diff)
downloadstylish-haskell-cd68fe8452e86748973c20e87feb38c16a979226.tar.gz
Allow yaml 0.9
Builds fine and all tests pass.
-rw-r--r--stylish-haskell.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 31f9e23..188d7ad 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -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
@@ -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
@@ -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