diff options
Diffstat (limited to 'haskell/haskell-tar/README')
-rw-r--r-- | haskell/haskell-tar/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/haskell/haskell-tar/README b/haskell/haskell-tar/README new file mode 100644 index 0000000000..4319cdf917 --- /dev/null +++ b/haskell/haskell-tar/README @@ -0,0 +1,11 @@ +This 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. + +This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |