Changes:
- Support GHC 8.8
Changes:
- Allow up to
zip-1.2.0
Breaking changes:
- Compiled against
zip-1.0.0
Breaking changes:
create'
is nowcreateFrom
Changes:
- Removed the
typed-paths
flag - Added
create'
,createFrom'
, andextract'
which use Path types
Changes:
- Add the
typed-paths
flag for using thePath
library
Changes:
- Fix for creating archives of non-UTF8 encoded files
Changes:
- Use the Unix
tar
command instead, because of issues with the Haskelltar
library
Breaking changes:
- Works against zip-0.2.0, will revert in future release
Breaking changes:
create
now takes compression algorithm
Other changes:
extract
automatically detects compression algorithm usedextract
now handles ZIP archives and uncompressed TAR archives- Add integration testing
- Add createGZ'
- Initial commit