./textproc/hs-regex-tdfa, Pure Haskell Tagged DFA Backend for Text.Regex (regex-base)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.2.2nb4, Package name: hs-regex-tdfa-1.3.2.2nb4, Maintainer: pho

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.


Required to run:
[textproc/hs-regex-base] [lang/ghc94]

Master sites:

Filesize: 81.07 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-05 04:40:14 by Masatake Daimon | Files touched by this commit (1173)
Log message:
recursive revbump after patching lang/ghc910
   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-30 14:20:23 by Masatake Daimon | Files touched by this commit (1)
Log message:
textproc/hs-regex-tdfa: Fix build with GHC 9.10
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-04-29 11:08:07 by Masatake Daimon | Files touched by this commit (2)
Log message:
textproc/hs-regex-tdfa: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 21:16:49 by Masatake Daimon | Files touched by this commit (4)
Log message:
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
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94