summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2015-06-24 22:06:07 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2015-06-24 22:06:07 +0200
commita7200f5f1ee0d48aa6920f95251331efd4090c6a (patch)
treef211b33633b00856c080abdb99ac19e49975c6e7
parent311e311dddceb290b0ec4fd3c881b945fcb3806f (diff)
downloadstylish-haskell-0.5.14.1.tar.gz
Bump aeson to 0.90.5.14.1
-rw-r--r--CHANGELOG3
-rw-r--r--stylish-haskell.cabal8
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index aa9acd8..936b8a1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.5.14.1
+ * Bump `aeson` to 0.9
+
- 0.5.14.0
* Bump `syb` to 0.5
* Slight refactoring in align code
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 1d4e8f6..515850f 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.14.0
+Version: 0.5.14.1
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -46,7 +46,7 @@ Library
Paths_stylish_haskell
Build-depends:
- aeson >= 0.6 && < 0.9,
+ aeson >= 0.6 && < 0.10,
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.9,
+ aeson >= 0.6 && < 0.10,
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.9,
+ aeson >= 0.6 && < 0.10,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11,
cmdargs >= 0.9 && < 0.11,