This project is mirrored from https://github.com/haskell/filepath.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Mar 12, 2015
-
-
Neil Mitchell authored
- Mar 11, 2015
-
-
Neil Mitchell authored
Refer to `makeAbsolute` instead of `canonicalizePath` in docs
-
Rufflewind authored
-
- Mar 10, 2015
-
-
Neil Mitchell authored
Update version to 1.4.0.0 in preparation for GHC 7.10 release (Edward Kmett recommends a 0.1 version bump)
-
- Mar 09, 2015
-
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
- Dec 13, 2014
-
-
Neil Mitchell authored
-
- Nov 21, 2014
-
-
Neil Mitchell authored
-
Neil Mitchell authored
-
- Nov 10, 2014
-
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
- Nov 04, 2014
-
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
- Nov 03, 2014
-
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
- Nov 02, 2014
-
-
Neil Mitchell authored
Add newtypes for valid paths on Windows and Posix, make sure to be smart about shrinking with valid function
-
Neil Mitchell authored
-
Neil Mitchell authored
-
Neil Mitchell authored
-
- Nov 01, 2014
-
-
Neil Mitchell authored
Remove double quotes around searchPath elements on Windows
-
Thomas Miedema authored
-
Neil Mitchell authored
Refactor and fix test for splitExtension(s)
-
Thomas Miedema authored
I couldn't decide between the different implementations of dropWhileEnd and takeWhileEnd from https://ghc.haskell.org/trac/ghc/ticket/9623#comment:7, so I choose the simplest solution using two times reverse instead of foldr. See also: https://www.haskell.org/pipermail/libraries/2014-September/023835.html
-