summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2016-08-08 00:57:34 +0300
committerOleg Grenrus <oleg.grenrus@iki.fi>2016-08-08 00:57:34 +0300
commit88771abb91f1981bef12599275755bd8849f17cf (patch)
treea79154bca93e584b99179e03731841803598b64d /stylish-haskell.cabal
parentab625813a8ebf69defe83745a71c7c085632ec23 (diff)
downloadstylish-haskell-88771abb91f1981bef12599275755bd8849f17cf.tar.gz
Support aeson-1
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 8338316..74bb4c4 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -47,7 +47,7 @@ Library
Paths_stylish_haskell
Build-depends:
- aeson >= 0.6 && < 0.12,
+ aeson >= 0.6 && < 1.1,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -68,7 +68,7 @@ Executable stylish-haskell
strict >= 0.3 && < 0.4,
optparse-applicative >= 0.12 && < 0.13,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 0.12,
+ aeson >= 0.6 && < 1.1,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -114,7 +114,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 && < 0.12,
+ aeson >= 0.6 && < 1.1,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,