[darcs-users] hashed-storage and process 1.0.1.1

Eric Kow kowey at darcs.net
Sat May 30 15:00:23 UTC 2009


On Sat, May 30, 2009 at 15:58:31 +0100, Eric Kow wrote:
> Luckily, the dependency was fairly shallow, it "only" being needed by
> hashed-storage-test.  By doing a "ghc-pkg unregister --user process" and
> re-installing hashed-storage with the attached cabal file (no
> Storage.Hashed.Test or test executable), I was able to build darcs.

I really need to teach mutt to warn me when I say I'll attach something,
but don't.

Attached.

-- 
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
-------------- next part --------------
Name: hashed-storage
Version: 0.3
License: BSD3
Copyright: 2009 Petr Rockai <me at mornfall.net>
Author: Petr Rockai <me at mornfall.net>
Maintainer: Petr Rockai <me at mornfall.net>
Synopsis: Hashed file storage support code.
Description:
  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).

Category: System
Build-Type: Custom
Cabal-Version: >=1.2

extra-source-files: Bundled/sha2.h

Library
    ghc-options: -Wall -O2
    ghc-prof-options: -prof -auto-all -O2

    Exposed-Modules:
        Storage.Hashed
        Storage.Hashed.AnchoredPath
        Storage.Hashed.Tree
        Storage.Hashed.Index
        Storage.Hashed.Diff
        Storage.Hashed.Monad

    Other-Modules:
        Storage.Hashed.Utils


    Build-Depends: base, directory, filepath,
                   bytestring, bytestring-mmap,
                   zlib, lcs, binary, containers,
                   mtl, extensible-exceptions,
                   mmap

    other-modules: Bundled.SHA256
                   Bundled.Posix
    c-sources: Bundled/sha2.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.osuosl.org/pipermail/darcs-users/attachments/20090530/b56933ea/attachment.pgp>


More information about the darcs-users mailing list