Skip to content

Commit 0713e59

Browse files
committed
Bump version in cabal file
1 parent d4f5d0d commit 0713e59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Version 0.18.1.0 (26 May 2023)
1+
## Version 0.18.1.0 (29 May 2023)
22

3-
- Change layout algorithm used to a simpler, faster one.
3+
- Change pretty printer layout algorithm used.
44

55
The layoutSmart algorithm appears to be extremely slow with some command line
66
sets, to the point where the program appears to hang.

optparse-applicative.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: optparse-applicative
2-
version: 0.18.0.0
2+
version: 0.18.1.0
33
synopsis: Utilities and combinators for parsing command line options
44
description:
55
optparse-applicative is a haskell library for parsing options

0 commit comments

Comments
 (0)