# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
haskell.setup hashed-storage 0.5.11
checksums rmd160 3be8b4a756c1bca25448a25e34415b4815382925 \
sha256 734b5e91081e355384f86fdd67f242e095e8c5196b182a62cc996fdabdb21569
description Hashed file storage support code.
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 \
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).
depends_lib-append port:hs-dataenc \
port:hs-extensible-exceptions \