summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal9
1 files changed, 6 insertions, 3 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 0ec6bc3..ac16054 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -64,7 +64,8 @@ Library
mtl >= 2.0 && < 2.3,
semigroups >= 0.18 && < 0.20,
syb >= 0.3 && < 0.8,
- yaml >= 0.8.11 && < 0.12
+ HsYAML-aeson >=0.2.0 && < 0.3,
+ HsYAML >=0.2.0 && < 0.3
Executable stylish-haskell
Ghc-options: -Wall
@@ -87,7 +88,8 @@ Executable stylish-haskell
haskell-src-exts >= 1.18 && < 1.24,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
- yaml >= 0.8.11 && < 0.12
+ HsYAML-aeson >=0.2.0 && < 0.3,
+ HsYAML >=0.2.0 && < 0.3
Test-suite stylish-haskell-tests
Ghc-options: -Wall
@@ -146,7 +148,8 @@ Test-suite stylish-haskell-tests
haskell-src-exts >= 1.18 && < 1.24,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
- yaml >= 0.8.11 && < 0.12
+ HsYAML-aeson >=0.2.0 && < 0.3,
+ HsYAML >=0.2.0 && < 0.3
Source-repository head
Type: git