summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-07-21 20:17:47 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2014-07-21 20:17:47 +0200
commit7837b0949a4cfe730d4fe4c887509b2ab91eebdc (patch)
tree65617cf1112e17bf6f874f582e8bb4b11036dbdb
parentea86be4a445fc07f0ba882687fd40cca5adfe831 (diff)
downloadstylish-haskell-7837b0949a4cfe730d4fe4c887509b2ab91eebdc.tar.gz
Bump aeson dependency0.5.10.1
-rw-r--r--CHANGELOG3
-rw-r--r--stylish-haskell.cabal6
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ebc86a4..beb1d98 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.5.10.1
+ * Bump `aeson` dependency to 0.8
+
- 0.5.10.0
* Bump `haskell-src-exts` dependency to 1.15
* Fix test which was not run before
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 7c9c2e9..64b99d9 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -46,7 +46,7 @@ Library
Paths_stylish_haskell
Build-depends:
- aeson >= 0.6 && < 0.8,
+ aeson >= 0.6 && < 0.9,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -67,7 +67,7 @@ Executable stylish-haskell
strict >= 0.3 && < 0.4,
cmdargs >= 0.9 && < 0.11,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 0.8,
+ aeson >= 0.6 && < 0.9,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -99,7 +99,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.8,
+ aeson >= 0.6 && < 0.9,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11,
cmdargs >= 0.9 && < 0.11,