diff options
Diffstat (limited to 'haskell/haskell-hashed-storage/README')
-rw-r--r-- | haskell/haskell-hashed-storage/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/haskell/haskell-hashed-storage/README b/haskell/haskell-hashed-storage/README deleted file mode 100644 index 1bfa3344c7ef..000000000000 --- a/haskell/haskell-hashed-storage/README +++ /dev/null @@ -1,10 +0,0 @@ -Support code for reading and manipulating hashed file storage (where -each file and directory is associated with a cryptographic hash, for -corruption-resistant storage and fast comparisons). - -The supported storage formats include darcs hashed pristine, a plain -filesystem tree and an indexed plain tree (where the index maintains -hashes of the plain files and directories). - -After uninstalling, run this command to unregister the package from -the ghc package database: ghc-pkg recache |