Commit Graph

17 Commits

Author SHA1 Message Date
Julian Ospald 51609781b2
Add makeRelative and makeValid 2016-05-24 15:31:14 +02:00
Julian Ospald 3cb3a822d7
Add test to equalFilePath 2016-05-24 15:30:56 +02:00
Julian Ospald e66074af1c
Fix stripSuffix' for bytestring < 0.10.8 2016-05-24 03:29:40 +02:00
Julian Ospald b55cf6d9f3
Fix for bytestring versions less than 0.10.8 2016-05-24 03:26:01 +02:00
Julian Ospald 9c199c6da2
Rearrange, prettify and improve haddock
This also matches the documentation order from the
filepath package more.
2016-05-24 02:16:16 +02:00
Julian Ospald eb72fce33f
Add splitSearchPath, getSearchPath and stripExtension 2016-05-24 02:07:04 +02:00
Julian Ospald 47dd729e8a
Small documentation improvements 2016-05-22 13:41:39 +02:00
Julian Ospald 5ed249f5d6
Fix haddock 2016-05-18 14:03:50 +02:00
Julian Ospald a8ccfc2587
Release 0.7.0 2016-05-18 14:02:08 +02:00
Julian Ospald 646fe7cfea
Doc update 2016-05-18 13:42:31 +02:00
Julian Ospald 1bf27258c1
Uhm 2016-05-18 13:33:17 +02:00
Julian Ospald 797dcaf725
Backport changes from posix-paths PR:
* add isFileName
* add hasParentDir
* add hiddenFile
* add our own openFd version for more control
* small documentation improvements
* add a getDirectoryContents' version that works on Fd
* fix linting warnings
* lift version constraints in benchmark

Also adjust HPath.IO to work with the new API.
2016-05-18 04:11:40 +02:00
Julian Ospald f27becc4df
Cleanup, improve docs 2016-05-09 17:37:16 +02:00
Julian Ospald 3bbde22377
Add 'hiddenFile' to System.Posix.FilePath 2016-05-09 17:37:00 +02:00
Julian Ospald 687a113252
Fix documentation in System.Posix.FilePath 2016-05-09 17:04:01 +02:00
Julian Ospald 196647a383
Move some functionality from HPath to System.Posix.FilePath
This also removes 'canonicalizePath' from HPath which fixes
the doctest.
2016-05-09 14:16:53 +02:00
Julian Ospald a946387330
Merge posix-paths into hpath 2016-05-09 13:31:20 +02:00