You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

60 lines
1.8 KiB

  1. 0.7.4:
  2. * relicense to BSD3
  3. 0.7.3:
  4. * don't expose HPath.Internal
  5. 0.7.2:
  6. * fix tests, so they work with the sdist tarball too
  7. * added the following function to HPath.IO: createSymlink
  8. 0.7.1:
  9. * various cleanups and documentation improvements
  10. * added the following functions to System.Posix.FilePath: splitSearchPath, getSearchPath, stripExtension, makeRelative, makeValid
  11. 0.7.0:
  12. * use 'sendfile' from 'simple-sendfile' in _copyFile and do read/write as a fallback only
  13. * add isFileName, hasParentDir, hiddenFile to System.Posix.FilePath
  14. * add our own openFd version for more control
  15. * small documentation improvements
  16. * add a getDirectoryContents' version that works on Fd
  17. * lift version constraints in benchmark
  18. * remove fpToString and userStringToFP, use Data.ByteString.UTF8 directly instead
  19. 0.6.0:
  20. * fixes 'throwDestinationInSource' to be more reliable.
  21. * removes some unused HPathIOException constructors
  22. * consistently provide exception constructor identifiers
  23. * be less harsh when non-supported file types get passed to our functions, possibly ignoring them
  24. * minor cleanups
  25. 0.5.9:
  26. * Adds our posix-paths fork and a lot of IO operations.
  27. 0.5.8:
  28. * First version of the fork.
  29. 0.5.7:
  30. * Fix haddock problem.
  31. 0.5.6:
  32. * Reject only .. and .
  33. 0.5.5:
  34. * Use filepath's isValid function for additional sanity checks
  35. 0.5.4:
  36. * Disable parsing of path consisting only of "."
  37. * Add NFData instance for Path
  38. * Some typo/docs improvements
  39. * Add standard headers to modules
  40. 0.5.3:
  41. * Added conversion functions.
  42. 0.2.0:
  43. * Rename parentAbs to simply parent.
  44. * Add dirname.
  45. 0.3.0:
  46. * Removed Generic instance.
  47. 0.4.0:
  48. * Implemented stricter parsing, disabling use of "..".
  49. * Made stripDir generic over MonadThrow
  50. 0.5.0:
  51. * Fix stripDir p p /= Nothing bug.
  52. 0.5.2:
  53. * Removed unused DeriveGeneric.