summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 8e9dffd..8ac2bf0 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -52,7 +52,7 @@ Library
Paths_stylish_haskell
Build-depends:
- aeson >= 0.6 && < 1.5,
+ aeson >= 0.6 && < 1.6,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
Cabal >= 2.4 && < 3.1,
@@ -78,7 +78,7 @@ Executable stylish-haskell
strict >= 0.3 && < 0.4,
optparse-applicative >= 0.12 && < 0.16,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.5,
+ aeson >= 0.6 && < 1.6,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
Cabal >= 2.4 && < 3.1,
@@ -138,7 +138,7 @@ Test-suite stylish-haskell-tests
test-framework-hunit >= 0.2 && < 0.4,
random >= 1.1,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.5,
+ aeson >= 0.6 && < 1.6,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
Cabal >= 2.4 && < 3.1,