summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-04-24 13:04:11 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2017-04-24 13:04:11 +0200
commit12bef7f9a6bdc9bc84e710816e9df08bc5ad07fd (patch)
tree685afd1d9b4f1df239bcf88eda41c6144864b130
parentcb8431e0ca4845eafaabdd31dcbec63de6593f25 (diff)
downloadstylish-haskell-12bef7f9a6bdc9bc84e710816e9df08bc5ad07fd.tar.gz
Bump aeson, syb and HUnit dependencies
-rw-r--r--stylish-haskell.cabal14
1 files changed, 7 insertions, 7 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index e8e6bb7..55d09dd 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -49,7 +49,7 @@ Library
Paths_stylish_haskell
Build-depends:
- aeson >= 0.6 && < 1.2,
+ aeson >= 0.6 && < 1.3,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -57,7 +57,7 @@ Library
filepath >= 1.1 && < 1.5,
haskell-src-exts >= 1.18 && < 1.20,
mtl >= 2.0 && < 2.3,
- syb >= 0.3 && < 0.7,
+ syb >= 0.3 && < 0.8,
yaml >= 0.7 && < 0.9
Executable stylish-haskell
@@ -70,7 +70,7 @@ Executable stylish-haskell
strict >= 0.3 && < 0.4,
optparse-applicative >= 0.12 && < 0.14,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.2,
+ aeson >= 0.6 && < 1.3,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -78,7 +78,7 @@ Executable stylish-haskell
filepath >= 1.1 && < 1.5,
haskell-src-exts >= 1.18 && < 1.20,
mtl >= 2.0 && < 2.3,
- syb >= 0.3 && < 0.7,
+ syb >= 0.3 && < 0.8,
yaml >= 0.7 && < 0.9
Test-suite stylish-haskell-tests
@@ -112,11 +112,11 @@ Test-suite stylish-haskell-tests
Language.Haskell.Stylish.Verbose
Build-depends:
- HUnit >= 1.2 && < 1.6,
+ HUnit >= 1.2 && < 1.7,
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.2,
+ aeson >= 0.6 && < 1.3,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -124,7 +124,7 @@ Test-suite stylish-haskell-tests
filepath >= 1.1 && < 1.5,
haskell-src-exts >= 1.18 && < 1.20,
mtl >= 2.0 && < 2.3,
- syb >= 0.3 && < 0.7,
+ syb >= 0.3 && < 0.8,
yaml >= 0.7 && < 0.9
Source-repository head