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
Name: hashed-storage
Version: 0.3
License: BSD3
Copyright: 2009 Petr Rockai <[email protected]>
Author: Petr Rockai <[email protected]>
Maintainer: Petr Rockai <[email protected]>
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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to