Changelog for ztar-1.0.2
ztar 1.0.2
Changes:
- Support GHC 8.8
ztar 1.0.1
Changes:
- Allow up to
zip-1.2.0
ztar 1.0.0
Breaking changes:
- Compiled against
zip-1.0.0
ztar 0.2.0
Breaking changes:
create'is nowcreateFrom
Changes:
- Removed the
typed-pathsflag - Added
create',createFrom', andextract'which use Path types
ztar 0.1.3
Changes:
- Add the
typed-pathsflag for using thePathlibrary
ztar 0.1.2
Changes:
- Fix for creating archives of non-UTF8 encoded files
ztar 0.1.1
Changes:
- Use the Unix
tarcommand instead, because of issues with the Haskelltarlibrary
ztar 0.1.0
Breaking changes:
- Works against zip-0.2.0, will revert in future release
ztar 0.0.3
Breaking changes:
createnow takes compression algorithm
Other changes:
extractautomatically detects compression algorithm usedextractnow handles ZIP archives and uncompressed TAR archives- Add integration testing
ztar 0.0.2
- Add createGZ'
ztar 0.0.1
- Initial commit