summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorvijayphoenix <cs17btech11040@iith.ac.in>2020-01-26 14:01:31 +0000
committerJasper Van der Jeugt <m@jaspervdj.be>2020-01-26 14:02:55 +0000
commit498d676c1e06af966c814e01967fc3ece1fd9225 (patch)
tree088a1bbec731f509a5a4e48a7ce0c9c6c7d0b885 /stylish-haskell.cabal
parentbb91eb75602153a36927768ccd2f915dc43922f5 (diff)
downloadstylish-haskell-498d676c1e06af966c814e01967fc3ece1fd9225.tar.gz
Switch to HsYAML library
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