The latest version of filepath is 1.5.4.0-0.
filepath
Version 1.4.2.2 revision 0 uploaded by maerwald.
Package meta
- Synopsis
- Library for manipulating FilePaths in a cross platform way.
- Description
This package provides functionality for manipulating
FilePath
values, and is shipped with both GHC and the Haskell Platform. It provides three modules:System.FilePath.Posix manipulates POSIX/Linux style
FilePath
values (with/
as the path separator).System.FilePath.Windows manipulates Windows style
FilePath
values (with either\
or/
as the path separator, and deals with drives).System.FilePath is an alias for the module appropriate to your platform.
All three modules provide the same API, and the same documentation (calling out differences in the different variants).
- Author
- Neil Mitchell <ndmitchell@gmail.com>
- Bug reports
- https://github.com/haskell/filepath/issues
- Category
- System
- Copyright
- Neil Mitchell 2005-2020
- Homepage
- https://github.com/haskell/filepath#readme
- Maintainer
- Julian Ospald <hasufell@posteo.de>
- Package URL
- n/a
- Stability
- n/a