Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ed5d57e85e | |||
| 5ed8cc553c | |||
| 328a345850 | |||
| 464bb56c1b |
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 08:53:00 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update optparse-applicative to version 0.19.0.0.
|
||||
## Version 0.19.0.0 (03 June 2025)
|
||||
|
||||
- Add `briefHangPoint` modifier. This allows one to specify the command length
|
||||
after which the rendering will change from aligned with the end of the
|
||||
command name to being indented on the next line.
|
||||
|
||||
- Add `parserOptionGroup` for grouping Options together, similar to command
|
||||
groups. Requires the breaking change of adding the `propGroup :: OptGroup`
|
||||
field to `OptProperties`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 08:37:13 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update optparse-applicative to version 0.18.1.0 revision 1.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 03:40:17 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-optparse-applicative
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.18.1.0
|
||||
Version: 0.19.0.0
|
||||
Release: 0
|
||||
Summary: Utilities and combinators for parsing command line options
|
||||
License: BSD-3-Clause
|
||||
@@ -38,8 +38,6 @@ BuildRequires: ghc-process-prof
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-text-prof
|
||||
BuildRequires: ghc-transformers-compat-devel
|
||||
BuildRequires: ghc-transformers-compat-prof
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-transformers-prof
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63811ab4fd26e829b8868364325a88be3acc79819f5bb5005b2dd3b961ecc491
|
||||
size 60682
|
||||
3
optparse-applicative-0.19.0.0.tar.gz
Normal file
3
optparse-applicative-0.19.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf16aeefd821730c7738447fa7c6b7ada7ca1c9cc25400d64ef283294d345871
|
||||
size 67629
|
||||
Reference in New Issue
Block a user