Changes between Version 2 and Version 3 of Proposals/example
- Timestamp:
- 08/17/09 21:58:38 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposals/example
v2 v3 18 18 The "tar" package library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, USTAR, POSIX and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved. 19 19 20 http://hackage.haskell.org/package/tar 20 Documentation and tarball from the hackage page: 21 22 http://hackage.haskell.org/package/tar 23 24 Development repo: 25 26 darcs get http://code.haskell.org/tar/ 21 27 22 28 {{{
