From 0713e59ed028afc3345115a2f438aa14404bae41 Mon Sep 17 00:00:00 2001 From: Huw Campbell Date: Mon, 29 May 2023 09:15:44 +1000 Subject: [PATCH] Bump version in cabal file --- CHANGELOG.md | 4 ++-- optparse-applicative.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e84e46a6..d397e8c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## Version 0.18.1.0 (26 May 2023) +## Version 0.18.1.0 (29 May 2023) -- Change layout algorithm used to a simpler, faster one. +- Change pretty printer layout algorithm used. The layoutSmart algorithm appears to be extremely slow with some command line sets, to the point where the program appears to hang. diff --git a/optparse-applicative.cabal b/optparse-applicative.cabal index 59f64351..d9a20768 100644 --- a/optparse-applicative.cabal +++ b/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