summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-08-24 19:18:14 +0800
committerGitHub <noreply@github.com>2020-08-24 13:18:14 +0200
commit91a4f1647b8fa4004c135da7c49d5402939fd208 (patch)
treecf5dfe8360e843a3332f6e47fa4fc41dd4408af4
parent481f4d453f7a8b34245995f52d27c6976f6c6b2e (diff)
downloadstylish-haskell-91a4f1647b8fa4004c135da7c49d5402939fd208.tar.gz
Allow strict 0.4
Builds fine and all tests pass here.
-rw-r--r--stylish-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
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,