./textproc/hs-regex-posix, POSIX Backend for Text.Regex (regex-base)

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


Branch: CURRENT, Version: 0.96.0.1nb5, Package name: hs-regex-posix-0.96.0.1nb5, Maintainer: pho

The POSIX regex backend for regex-base.

The main appeal of this backend is that it's very lightweight due to
its reliance on the ubiquitous POSIX.2 regex facility that is provided
by the standard C library on most POSIX platforms.


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

Master sites:

Filesize: 12.552 KB

Version history: (Expand)


CVS history: (Expand)


   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 13:39:39 by Masatake Daimon | Files touched by this commit (1)
Log message:
textproc/hs-regex-posix: Fix build with GHC 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
   2023-01-25 14:23:32 by Masatake Daimon | Files touched by this commit (2)
Log message:
textproc/hs-regex-posix: Fix build with GHC 9.4
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 14:12:51 by Masatake Daimon | Files touched by this commit (4)
Log message:
Update to regex-posix-0.96.0.1

0.96.0.1 (2021-07-19)
* Compatibility with base-4.16 (GHC 9.2)
* Fix stack installation problems on Windows around flag _regex-posix-clib
  (issues #4 and #7).
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC