From ce6ddb0fbdcf271595e51e33106231a7390665be Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Sun, 2 Aug 2020 13:09:59 +0100 Subject: 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 8e9dffd..8ac2bf0 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, -- cgit v1.2.3