Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
Julian Ospald f7e2131192
Release new versions
4 лет назад
..
src/System/Posix Add takeAllParents 4 лет назад
CHANGELOG.md Release new versions 4 лет назад
LICENSE Split packages into hpath{,-io,-filepath} 4 лет назад
README.md Add/update READMEs 4 лет назад
Setup.hs Split packages into hpath{,-io,-filepath} 4 лет назад
hpath-filepath.cabal Release new versions 4 лет назад
run-doctests.sh Fix run-doctests working dir 4 лет назад

README.md

HPath-filepath

Gitter chat Hackage version Build Status Hackage-Deps

Support for bytestring based filepath manipulation, similar to ‘filepath’.

This package is part of the HPath suite, also check out:

Motivation

This is basically a fork of posix-paths, which seemed to have stalled development.

There is also a similar library filepath-bytestring, but it doesn’t follow an open development model and is cross-platform, which this library is not interested in.

Differences to ‘posix-paths’

  • uses the word8 package for save word8 literals instead of OverloadedStrings
  • hasTrailingPathSeparator and dropTrailingPathSeparator behave in the same way as their System.FilePath counterpart
  • has some additional functions

Differences to ‘filepath-bytestring’

  • uses the word8 package for save word8 literals instead of OverloadedStrings
  • is not cross-platform (less odd code to maintain)
  • has some additional functions