Changelog History
Page 4
-
v1.2.2.1 Changes
April 01, 2015- Fix dependency problem on NixOS when building with tests (#24)
-
v1.2.2.0 Changes
March 01, 2015Bundled with GHC 7.10.1
Make
getModificationTime
support sub-second resolution on WindowsFix silent failure in
createDirectoryIfMissing
Replace
throw
by better definedthrowIO
sAvoid stack overflow in
getDirectoryContents
(#17)Expose
findExecutables
(#14)removeDirectoryRecursive
no longer follows symlinks under any circumstances (#15)Allow trailing path separators in
getPermissions
on Windows (#9)renameFile
now always throws the correct error type (InappropriateType
) when the destination is a directory, as long as the filesystem is not being modified concurrently (#8)Add
makeAbsolute
, which should be preferred overcanonicalizePath
unless one requires symbolic links to be resolved
-
v1.2.1.0 Changes
March 01, 2014Bundled with GHC 7.8.1
Add support for sub-second precision in
getModificationTime
when linked againstunix>=2.6.0.0
Fix
createDirectoryIfMissing _ "."
inC:\
on WindowsRemove support for NHC98 compiler
Update package to
cabal-version >= 1.10
formatEnhance Haddock documentation for
doesDirectoryExist
andcanonicalizePath
Fix
findExecutable
to check that file permissions indicate executableNew convenience functions
findFiles
andfindFilesWith