./sysutils/hs-filepattern, File path glob-like matching

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


Branch: CURRENT, Version: 0.1.3nb3, Package name: hs-filepattern-0.1.3nb3, Maintainer: pho

A library for matching files using patterns such as "src/**/*.png" for
all .png files recursively under the src directory. Features:

* All matching is O(n). Most functions precompute some information
given only one argument.

* See "System.FilePattern" and '?==' simple matching and semantics.

* Use 'match' and 'substitute' to extract suitable strings from the *
and ** matches, and substitute them back into other patterns.

* Use 'step' and 'matchMany' to perform bulk matching of many patterns
against many paths simultaneously.

* Use "System.FilePattern.Directory" to perform optimised directory
traverals using patterns.


Master sites:

Filesize: 15.132 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 21:11:21 by Masatake Daimon | Files touched by this commit (1)
Log message:
sysutils/hs-filepattern: 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 15:41:27 by Masatake Daimon | Files touched by this commit (4)
Log message:
sysutils/hs-filepattern: Update to 0.1.3

0.1.3, released 2022-08-21
* #5, remove invalid optimisation in the presence of symlinks
   2022-09-07 08:50:53 by Masatake Daimon | Files touched by this commit (149) | Package updated
Log message:
Recursive bump for recently updated Haskell packages
   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-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC