system-filepath: High-level, byte-based file and directory path manipulations (deprecated)

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

High-level, byte-based file and directory path manipulations (deprecated).


[Skip to Readme]

Properties

Versions 0.1, 0.1.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.9, 0.4.10, 0.4.11, 0.4.12, 0.4.13, 0.4.13.1, 0.4.13.2, 0.4.13.3, 0.4.13.4, 0.4.14, 0.4.14.1, 0.4.14.1
Change log ChangeLog.md
Dependencies base (>=4.0 && <5), bytestring (>=0.9), deepseq (>=1.1 && <1.6), semigroups (>=0.11 && <0.19), text (>=0.11.0.6) [details]
License MIT
Copyright John Millikin 2010-2012
Author John Millikin <jmillikin@gmail.com>
Maintainer https://github.com/fpco/haskell-filesystem
Category System
Home page https://github.com/fpco/haskell-filesystem
Bug tracker https://github.com/fpco/haskell-filesystem/issues
Source repo head: git clone https://github.com/fpco/haskell-filesystem.git
Uploaded by AndreasAbel at 2024-11-13T17:30:12Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for system-filepath-0.4.14.1

[back to package description]

system-filepath

Legacy package (deprecated).

Provides a FilePath datatype and utility functions for operating on it. Unlike the filepath package, this package does not simply reuse String, increasing type safety.