head 1.12; access; symbols pkgsrc-2023Q4:1.12.0.2 pkgsrc-2023Q4-base:1.12 pkgsrc-2023Q3:1.9.0.6 pkgsrc-2023Q3-base:1.9 pkgsrc-2023Q2:1.9.0.4 pkgsrc-2023Q2-base:1.9 pkgsrc-2023Q1:1.9.0.2 pkgsrc-2023Q1-base:1.9 pkgsrc-2022Q4:1.8.0.4 pkgsrc-2022Q4-base:1.8 pkgsrc-2022Q3:1.8.0.2 pkgsrc-2022Q3-base:1.8 pkgsrc-2022Q2:1.7.0.4 pkgsrc-2022Q2-base:1.7 pkgsrc-2022Q1:1.7.0.2 pkgsrc-2022Q1-base:1.7 pkgsrc-2021Q4:1.3.0.6 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.4 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.2 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.1.0.10 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.8 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.12 date 2023.11.02.06.36.49; author pho; state Exp; branches; next 1.11; commitid dPkTdcIqhE4k90LE; 1.11 date 2023.10.29.11.31.29; author pho; state Exp; branches; next 1.10; commitid A1HL9Gn5505OUvKE; 1.10 date 2023.10.09.04.54.25; author pho; state Exp; branches; next 1.9; commitid GWJENRm2aeL7mUHE; 1.9 date 2023.02.07.01.40.45; author pho; state Exp; branches; next 1.8; commitid FngQneW4VvkL7xcE; 1.8 date 2022.09.07.06.50.48; author pho; state Exp; branches; next 1.7; commitid QzLmla1kE2mfLTSD; 1.7 date 2022.02.26.03.58.03; author pho; state Exp; branches; next 1.6; commitid YpGygpH4CsFi05uD; 1.6 date 2022.02.12.08.50.36; author pho; state Exp; branches; next 1.5; commitid RtqPCkFXjE2Y4jsD; 1.5 date 2022.02.11.19.58.53; author pho; state Exp; branches; next 1.4; commitid JWh95GgKgzjrOesD; 1.4 date 2022.01.18.02.48.10; author pho; state Exp; branches; next 1.3; commitid ebWMDlQYfX5rS3pD; 1.3 date 2021.05.03.19.01.01; author pho; state Exp; branches; next 1.2; commitid Sim1lfCa9UFPBJRC; 1.2 date 2021.04.23.16.41.34; author pho; state Exp; branches; next 1.1; commitid QQyKtZdyhnVEarQC; 1.1 date 2020.01.19.15.40.14; author pho; state Exp; branches; next ; commitid imGP3bwviCklCjTB; desc @@ 1.12 log @Revbump all Haskell after updating lang/ghc96 @ text @# $NetBSD: buildlink3.mk,v 1.11 2023/10/29 11:31:29 pho Exp $ BUILDLINK_TREE+= hs-optparse-applicative .if !defined(HS_OPTPARSE_APPLICATIVE_BUILDLINK3_MK) HS_OPTPARSE_APPLICATIVE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.18.1 BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.18.1.0nb1 BUILDLINK_PKGSRCDIR.hs-optparse-applicative?= ../../devel/hs-optparse-applicative .include "../../textproc/hs-prettyprinter/buildlink3.mk" .include "../../textproc/hs-prettyprinter-ansi-terminal/buildlink3.mk" .include "../../devel/hs-transformers-compat/buildlink3.mk" .endif # HS_OPTPARSE_APPLICATIVE_BUILDLINK3_MK BUILDLINK_TREE+= -hs-optparse-applicative @ 1.11 log @devel/hs-optparse-applicative: Update to 0.18.1.0 Version 0.18.1.0 (29 May 2023) * 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. Fixes issues: # 476 - Stack executable 'hangs' with 0.17.1 and 0.18.0. * Render help text with AnsiStyle aware rendering functions. Version 0.18.0.0 (22 May 2023) * Move to 'prettyprinter` library for pretty printing. * This is a potentially breaking change when one uses the '*Doc' family of functions (like headerDoc) from Options.Applicative. However, as versions of 'ansi-wl-pprint > 1.0' export a compatible Doc type, this can be mitigated by using a recent version. * One can also either import directly from Options.Applicative.Help or from the Prettyprinter module of 'prettyprinter'. * Allow commands to be disambiguated in a similar manner to flags when the disambiguate modifier is used. * This is a potentially breaking change as the internal CmdReader constructor has been adapted so it is able to be inspected to a greater degree to support finding prefix matches. Version 0.17.1.0 (22 May 2023) * Widen bounds for ansi-wl-pprint. This supports the use of prettyprinter in a non-breaking way, as the ansi-wl-pprint > 1.0 support the newer library. * Export helpIndent from Options.Applicative. * Export completion script generators from Options.Applicative.BashCompletion. * Add simpleVersioner utility for adding a '--version' option to a parser. * Improve documentation. * Drop support for GHC 7.0 and 7.2. @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.10 2023/10/09 04:54:25 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.18.1.0 @ 1.10 log @Bump Haskell packages after updating lang/ghc94 @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.9 2023/02/07 01:40:45 pho Exp $ d8 2 a9 2 BUILDLINK_API_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.17.0 BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.17.0.0nb5 d12 2 a13 1 .include "../../textproc/hs-ansi-wl-pprint/buildlink3.mk" @ 1.9 log @revbump all the Haskell packages after modifying the runtime system of lang/ghc94 @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.8 2022/09/07 06:50:48 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.17.0.0nb4 @ 1.8 log @Recursive bump for recently updated Haskell packages @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.7 2022/02/26 03:58:03 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.17.0.0nb3 @ 1.7 log @Bump all Haskell packages after enabling "split sections" in mk/haskell.mk @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.6 2022/02/12 08:50:36 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.17.0.0nb2 @ 1.6 log @revbump after changing the default Haskell compiler @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.5 2022/02/11 19:58:53 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.17.0.0nb1 @ 1.5 log @Update to optparse-applicative- Version 0.17.0.0 (1 Feb 2022) * Make tabulation width configurable in usage texts. * Separate program name and description in ParserHelp type. * Add helperWith function, which can be easily used to localize the help flag. * Improve usage texts when command names are long. * Improve Documentation. @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:10 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.17.0.0 @ 1.4 log @Bump packages that depends on GHC @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.3 2021/05/03 19:01:01 pho Exp $ d8 2 a9 2 BUILDLINK_API_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.16.1 BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.16.1.0nb2 @ 1.3 log @*: Bump PKGREVISION for ghc-9.0.1 @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.2 2021/04/23 16:41:34 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.16.1.0nb1 @ 1.2 log @Update to optparse-applicative-0.16.1.0 Version 0.16.1.0 (21 Nov 2020) * Guard process dependency behind an on by default flag. This allows one to shrink the dependency tree significantly by turning off the ability to use bash completion actions. * Remove bytestring dependency from the test suite. Version 0.16.0.0 (14 Aug 2020) * Add Options.Applicative.NonEmpty.some1 function, which parses options the same as some1 from base, but doesn't cause duplicates in the usage texts. * Further improve help text generation in the presence of optional values when nesting is involved, and many and some when displayed with a suffix. * Add "global" options to the usage texts for subcommands. When using subcommands, a "global options" section can now appear below the options and commands sections. Global options are off by default, to enable them, use the helpShowGlobals modifier. The noGlobal builder will suppress a single option being displayed in the global options list. * Allow the --help option to take the name of a command. Usage without any arguments is the same, but now, when an argument is given, if it is the name of a currently reachable command, the help text for that command will be show. * Updated dependency bounds. * Add builder for the all positional parser policy. * Remove deprecated functions - nullOption - execParserMaybe - customExecParserMaybe @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.1 2020/01/19 15:40:14 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.16.1.0 @ 1.1 log @Import optparse-applicative-0.15.1.0 optparse-applicative is a haskell library for parsing options on the command line, providing a powerful applicative interface for composing these options. optparse-applicative takes care of reading and validating the arguments passed to the command line, handling and reporting errors, generating a usage line, a comprehensive help screen, and enabling context-sensitive bash completions. @ text @d1 1 a1 1 # $NetBSD$ d8 2 a9 2 BUILDLINK_API_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.15.1 BUILDLINK_ABI_DEPENDS.hs-optparse-applicative+= hs-optparse-applicative>=0.15.1.0 @