From 6a511b1c665a1f7efecadaa3447af889b1dcba58 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 16 Mar 2011 01:20:14 -0500 Subject: haskell/*: Moved all of the Haskell stuff to here Signed-off-by: Robby Workman --- haskell/haskell-hashed-storage/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 haskell/haskell-hashed-storage/README (limited to 'haskell/haskell-hashed-storage/README') diff --git a/haskell/haskell-hashed-storage/README b/haskell/haskell-hashed-storage/README new file mode 100644 index 000000000000..2f8d278cd86f --- /dev/null +++ b/haskell/haskell-hashed-storage/README @@ -0,0 +1,13 @@ +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). + +This requires ghc, haskell-binary, haskell-dataenc, haskell-mmap, +haskell-transformers, haskell-zlib, and haskell-mtl. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache -- cgit v1.2.3