From d1bc9bb91a0f9b122f2d4348022ce0fa1566124f Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Fri, 29 May 2026 21:39:00 +0100 Subject: [PATCH] Support optparse-applicative 0.19 --- stylish-haskell.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index 266f1b8c..e996925a 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -116,7 +116,7 @@ Executable stylish-haskell Build-depends: stylish-haskell, strict >= 0.3 && < 0.6, - optparse-applicative >= 0.12 && < 0.19 + optparse-applicative >= 0.12 && < 0.20 Test-suite stylish-haskell-tests Import: depends