From 074ec19abfeb0184f31e247957b967f4da7a8e45 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Fri, 30 Oct 2020 08:16:31 -0400 Subject: [PATCH] Allow optparse-applicative 0.16 --- stylish-haskell.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index c0f87646..8e870f59 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -89,7 +89,7 @@ Executable stylish-haskell Build-depends: stylish-haskell, strict >= 0.3 && < 0.5, - optparse-applicative >= 0.12 && < 0.16, + optparse-applicative >= 0.12 && < 0.17, -- Copied from regular dependencies... aeson >= 0.6 && < 1.6, base >= 4.8 && < 5,