From f38887c52e574ae0f9b59f5e4d212d3e3821dc66 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Wed, 1 Jul 2020 12:31:30 +0100 Subject: [PATCH] Bump aeson bound to < 1.6 --- stylish-haskell.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index 8e9dffda..8ac2bf03 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -52,7 +52,7 @@ Library Paths_stylish_haskell Build-depends: - aeson >= 0.6 && < 1.5, + aeson >= 0.6 && < 1.6, base >= 4.8 && < 5, bytestring >= 0.9 && < 0.11, Cabal >= 2.4 && < 3.1, @@ -78,7 +78,7 @@ Executable stylish-haskell strict >= 0.3 && < 0.4, optparse-applicative >= 0.12 && < 0.16, -- Copied from regular dependencies... - aeson >= 0.6 && < 1.5, + aeson >= 0.6 && < 1.6, base >= 4.8 && < 5, bytestring >= 0.9 && < 0.11, Cabal >= 2.4 && < 3.1, @@ -138,7 +138,7 @@ Test-suite stylish-haskell-tests test-framework-hunit >= 0.2 && < 0.4, random >= 1.1, -- Copied from regular dependencies... - aeson >= 0.6 && < 1.5, + aeson >= 0.6 && < 1.6, base >= 4.8 && < 5, bytestring >= 0.9 && < 0.11, Cabal >= 2.4 && < 3.1,