From 91a4f1647b8fa4004c135da7c49d5402939fd208 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 24 Aug 2020 19:18:14 +0800 Subject: Allow strict 0.4 Builds fine and all tests pass here. --- stylish-haskell.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index 8823918..2cbb77e 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -77,7 +77,7 @@ Executable stylish-haskell Build-depends: stylish-haskell, - strict >= 0.3 && < 0.4, + strict >= 0.3 && < 0.5, optparse-applicative >= 0.12 && < 0.16, -- Copied from regular dependencies... aeson >= 0.6 && < 1.6, -- cgit v1.2.3