summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index d811274..4305675 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -49,7 +49,7 @@ Library
Paths_stylish_haskell
Build-depends:
- aeson >= 0.6 && < 1.4,
+ aeson >= 0.6 && < 1.5,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.7,
@@ -60,7 +60,7 @@ Library
mtl >= 2.0 && < 2.3,
semigroups >= 0.18 && < 0.19,
syb >= 0.3 && < 0.8,
- yaml >= 0.7 && < 0.10
+ yaml >= 0.8.11 && < 0.12
Executable stylish-haskell
Ghc-options: -Wall
@@ -72,7 +72,7 @@ Executable stylish-haskell
strict >= 0.3 && < 0.4,
optparse-applicative >= 0.12 && < 0.15,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.4,
+ aeson >= 0.6 && < 1.5,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.7,
@@ -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.10
+ yaml >= 0.8.11 && < 0.12
Test-suite stylish-haskell-tests
Ghc-options: -Wall
@@ -121,7 +121,7 @@ Test-suite stylish-haskell-tests
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.4,
+ aeson >= 0.6 && < 1.5,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.7,
@@ -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.10
+ yaml >= 0.8.11 && < 0.12
Source-repository head
Type: git