summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-01-12 11:04:18 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2014-01-12 11:04:18 +0100
commit50aff5188c1f11988f57488b7b5569c3d9ef41e7 (patch)
tree3f33f80aea111255cf1d234702b168adcdc31001
parent7ba2f045d07c3cedb2a9b70bb184f943d2aa5567 (diff)
downloadstylish-haskell-50aff5188c1f11988f57488b7b5569c3d9ef41e7.tar.gz
Bump aeson dependency
-rw-r--r--stylish-haskell.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 41b5a54..4fa3de4 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.9.0
+Version: 0.5.9.1
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -43,7 +43,7 @@ Library
Paths_stylish_haskell
Build-depends:
- aeson >= 0.6 && < 0.7,
+ aeson >= 0.6 && < 0.8,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -64,7 +64,7 @@ Executable stylish-haskell
strict >= 0.3 && < 0.4,
cmdargs >= 0.9 && < 0.11,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 0.7,
+ aeson >= 0.6 && < 0.8,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -96,7 +96,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.7,
+ aeson >= 0.6 && < 0.8,
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11,
cmdargs >= 0.9 && < 0.11,