summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2016-08-08 13:09:47 +0200
committerGitHub <noreply@github.com>2016-08-08 13:09:47 +0200
commit86a44cd3966baf98e3cfa9dfc11d0e91d4374fc2 (patch)
treedf74ef7d8dd204bbe3de0cdbda895b81acdb0f6e
parentd1dc949b51a4f39715276758e87eb446d735ef4c (diff)
parent88771abb91f1981bef12599275755bd8849f17cf (diff)
downloadstylish-haskell-86a44cd3966baf98e3cfa9dfc11d0e91d4374fc2.tar.gz
Merge pull request #126 from phadej/aeson-1
Support aeson-1
-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,