We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f5d0d commit 0713e59Copy full SHA for 0713e59
CHANGELOG.md
@@ -1,6 +1,6 @@
1
-## Version 0.18.1.0 (26 May 2023)
+## Version 0.18.1.0 (29 May 2023)
2
3
-- Change layout algorithm used to a simpler, faster one.
+- Change pretty printer layout algorithm used.
4
5
The layoutSmart algorithm appears to be extremely slow with some command line
6
sets, to the point where the program appears to hang.
optparse-applicative.cabal
@@ -1,5 +1,5 @@
name: optparse-applicative
-version: 0.18.0.0
+version: 0.18.1.0
synopsis: Utilities and combinators for parsing command line options
description:
optparse-applicative is a haskell library for parsing options
0 commit comments