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.37.36; author pho; state Exp; branches; next 1.11; commitid dPkTdcIqhE4k90LE; 1.11 date 2023.10.27.19.16.49; author pho; state Exp; branches; next 1.10; commitid 4gR03EfBipLqyiKE; 1.10 date 2023.10.09.04.54.53; author pho; state Exp; branches; next 1.9; commitid GWJENRm2aeL7mUHE; 1.9 date 2023.02.07.01.41.13; author pho; state Exp; branches; next 1.8; commitid FngQneW4VvkL7xcE; 1.8 date 2022.08.18.19.07.53; author wiz; state Exp; branches; next 1.7; commitid Hj3VMffk18cduoQD; 1.7 date 2022.02.26.03.58.30; author pho; state Exp; branches; next 1.6; commitid YpGygpH4CsFi05uD; 1.6 date 2022.02.12.08.50.55; author pho; state Exp; branches; next 1.5; commitid RtqPCkFXjE2Y4jsD; 1.5 date 2022.02.11.09.14.02; author pho; state Exp; branches; next 1.4; commitid WDqb7beP5epdfbsD; 1.4 date 2022.01.18.02.48.28; author pho; state Exp; branches; next 1.3; commitid ebWMDlQYfX5rS3pD; 1.3 date 2021.05.03.19.01.17; author pho; state Exp; branches; next 1.2; commitid Sim1lfCa9UFPBJRC; 1.2 date 2021.05.01.14.17.07; author pho; state Exp; branches; next 1.1; commitid QIUAV32CjTt97sRC; 1.1 date 2020.01.19.23.45.50; author pho; state Exp; branches; next ; commitid VNOj1X2NhhXVimTB; desc @@ 1.12 log @Revbump all Haskell after updating lang/ghc96 @ text @# $NetBSD: Makefile,v 1.11 2023/10/27 19:16:49 pho Exp $ DISTNAME= regex-tdfa-1.3.2.2 PKGREVISION= 1 CATEGORIES= textproc MAINTAINER= pho@@cielonegro.org COMMENT= Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base) LICENSE= modified-bsd .include "../../mk/haskell.mk" .include "../../textproc/hs-regex-base/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.11 log @textproc/hs-regex-tdfa: Update to 1.3.2.2 1.3.2.2 - 2023-08-02, Andreas Abel * Fix return type in memcpy FFI signature (#52) * Refactor regexec to avoid partial functions tail and (!0) * Tested with GHC 7.4 - 9.8.1-alpha1 1.3.2.1 - 2023-05-19, Andreas Abel * Fix haddock rendering of code examples in top-level documentation (#50) * Tested with GHC 7.4 - 9.6 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2023/10/09 04:54:53 pho Exp $ d4 1 @ 1.10 log @Bump Haskell packages after updating lang/ghc94 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2023/02/07 01:41:13 pho Exp $ d3 1 a3 2 DISTNAME= regex-tdfa-1.3.2 PKGREVISION= 2 @ 1.9 log @revbump all the Haskell packages after modifying the runtime system of lang/ghc94 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2022/08/18 19:07:53 wiz Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.8 log @hs-regex-tdfa: update to 1.3.2. ### 1.3.2 _2022-07-18, Andreas Abel_ - Export `decodePatternSet` and `decodeCharacterClass` from `Text.Regex.TDFA.Pattern` ([#16](https://github.com/haskell-hvr/regex-tdfa/issues/16)) - Extend and correct docs for `Pattern` module - Tested with GHC 7.4 - 9.4 ### 1.3.1.5 _2022-07-18, Andreas Abel_ - Allow dash (`-`) as start of a range, e.g. `[--z]` ([#1](https://github.com/haskell-hvr/regex-tdfa/issues/1), [#45](https://github.com/haskell-hvr/regex-tdfa/pull/45)) - Tested with GHC 7.4 - 9.4 ### 1.3.1.4 _2022-07-17, Andreas Abel_ - Fix parsing of dashes in bracket expressions, e.g. `[-a-z]` ([#1](https://github.com/haskell-hvr/regex-tdfa/issues/1)) - Fix a deprecation warning except for on GHC 8.2 ([#21](https://github.com/haskell-hvr/regex-tdfa/issues/21)) - Documentation: link `defaultComptOpt` to its definition ([#13](https://github.com/haskell-hvr/regex-tdfa/issues/13)) - Verify documentation examples with new `doc-test` testsuite - Tested with GHC 7.4 - 9.4 ### 1.3.1.3 _2022-07-14, Andreas Abel_ - Fix an `undefined` in `Show PatternSet` ([#37](https://github.com/haskell-hvr/regex-tdfa/issues/37)) - Document POSIX character classes (e.g. `[[:digit:]]`) in README - Tested with GHC 7.4 - 9.4 ### 1.3.1.2 Revision 1 _2022-05-25, Andreas Abel_ - Allow `base >= 4.17` (GHC 9.4) ### 1.3.1.2 _2022-02-19, Andreas Abel_ - No longer rely on the `MonadFail` instance for `ST` (future `base` library change, see [#29](https://github.com/haskell-hvr/regex-tdfa/pull/29)). - Silence warning `incomplete-uni-patterns` (GHC >= 9.2). - Import from `Data.List` explicitly or qualified (warning `compat-unqualified-imports`). - Import from `Control.Monad` to allow `mtl-2.3` in its `rc3` incarnation. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2022/02/26 03:58:30 pho Exp $ d4 1 @ 1.7 log @Bump all Haskell packages after enabling "split sections" in mk/haskell.mk @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/02/12 08:50:55 pho Exp $ d3 1 a3 2 DISTNAME= regex-tdfa-1.3.1.1 PKGREVISION= 2 @ 1.6 log @revbump after changing the default Haskell compiler @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2022/02/11 09:14:02 pho Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.5 log @Update to regex-tdfa-1.3.1.1 1.3.1.1 - 2021-06-03, Andreas Abel * Removed extension NoMonoPatBinds from .cabal-file for GHC 9.2 compatibility. * Removed some outdated documentation. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2022/01/18 02:48:28 pho Exp $ d4 1 @ 1.4 log @Bump packages that depends on GHC @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2021/05/03 19:01:17 pho Exp $ d3 1 a3 2 DISTNAME= regex-tdfa-1.3.1.0 PKGREVISION= 2 @ 1.3 log @*: Bump PKGREVISION for ghc-9.0.1 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2021/05/01 14:17:07 pho Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.2 log @Remove files/Setup.hs: mk/haskll.mk can now automatically handle that @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2020/01/19 23:45:50 pho Exp $ d4 1 @ 1.1 log @Import regex-tdfa-1.3.1.0 from wip This package provides a pure Haskell "Tagged" DFA regex engine for regex-base. This implementation was inspired by the algorithm (and Master's thesis) behind the regular expression library known as TRE or libtre. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2014/08/01 21:00:41 szptvlfn Exp $ a9 3 post-patch: ${RUN}${CP} -f ${FILESDIR}/Setup.hs ${WRKSRC}/ @