hpath v0.10.0 Release Notes

Release Date: 2020-01-04 // about 4 years ago
  • ๐Ÿ“ฆ Split hpath into 3 packages:

    • ๐Ÿ‘ hpath: support for well-typed paths
    • โœ… hpath-filepath: ByteString based filepath manipulation (can be used without hpath)
    • hpath-io: high-level file API (recursive copy, writeFile etc.) using hpath

    Some other changes made it in as well, such as:

    • using streamly for HPath.IO.copyFile

Previous changes from v0.9.2

  • * fix build with ghc-7.6
    * raise required bytestring version
    * Tighten base bound to prevent building before GHC 7.6 (by George Wilson)