Summary
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)/. * 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. Originally taken from the <https://hackage.haskell.org/package/shake Shake library>.
Versions
v0.1.2 :: 0/0.1.2 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour profile test
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / extra : Extra functions I use
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / quickcheck : Automatic testing of Haskell programs
dev-haskell / semigroups : Anything that associates
Runtime Dependencies
dev-haskell / extra : Extra functions I use
dev-haskell / semigroups : Anything that associates
Depending packages
dev-haskell / hlint : Source code suggestions
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/filepattern: new package, a depend of hlint-3
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>