hpath v0.10.0 Release Notes
Release Date: 2020-01-04 // almost 5 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)