From 340a4ecb6b1d0683af906711503a931bc3603bc8 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 29 Feb 2016 11:05:10 +0100 Subject: Bump aeson version --- stylish-haskell.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stylish-haskell.cabal') diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index 5f14979..23c719d 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -1,5 +1,5 @@ Name: stylish-haskell -Version: 0.5.15.1 +Version: 0.5.15.2 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.11, + aeson >= 0.6 && < 0.12, base >= 4.8 && < 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.11, + aeson >= 0.6 && < 0.12, base >= 4.8 && < 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.11, + aeson >= 0.6 && < 0.12, base >= 4.8 && < 5, bytestring >= 0.9 && < 0.11, cmdargs >= 0.9 && < 0.11, -- cgit v1.2.3