filepather: FilePath and Directory operations via Kleisli type aliases
Re-implementations of System.FilePath and System.Directory using
Kleisli type aliases from the
kleisli package. Each function
that takes a FilePath as its subject argument is expressed as a Kleisli
value, enabling composition via Functor, Applicative, Monad, and other type
class instances. Platform-specific modules for Posix and Windows path
semantics are also provided.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| dev | Enable development warnings (-Werror, -O2 for benchmarks) | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- filepather-0.6.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.3.0, 0.4.0, 0.4.1, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.6.0, 0.6.1 |
|---|---|
| Change log | changelog.md |
| Dependencies | adjunctions (>=4.3 && <5), base (>=4.8 && <6), comonad (>=5 && <6), contravariant (>=1 && <2), deepseq (>=1.4 && <2), directory (>=1.3 && <2), distributive (>=0.5 && <1), filepath (>=1.4 && <2), kleisli (>=0.0.3 && <1), lens (>=4 && <6), mtl (>=2.2 && <3), selective (>=0.5 && <1), semigroupoids (>=5.2 && <7), time (>=1.9 && <2), transformers (>=0.5 && <1) [details] |
| Tested with | ghc ==9.6.7 |
| License | BSD-3-Clause |
| Author | Tony Morris <tmorris@tmorris.net> |
| Maintainer | Tony Morris <tmorris@tmorris.net> |
| Uploaded | by TonyMorris at 2026-05-27T05:12:34Z |
| Category | System |
| Home page | https://gitlab.com/tonymorris/filepather |
| Bug tracker | https://gitlab.com/tonymorris/filepather/-/issues |
| Source repo | head: git clone https://gitlab.com/tonymorris/filepather.git |
| Distributions | |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 1724 total (20 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2026-05-27 [all 1 reports] |