diff options
Diffstat (limited to 'libraries/haskell-tar/README')
-rw-r--r-- | libraries/haskell-tar/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/haskell-tar/README b/libraries/haskell-tar/README deleted file mode 100644 index 4319cdf917f77..0000000000000 --- a/libraries/haskell-tar/README +++ /dev/null @@ -1,11 +0,0 @@ -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 |