Sorry, my description was eaten somewhere between browser and bug
tracker. Had that problem before, I forgot that must use firefox and
*not* konqueror.
ANyway I found the solution on the mailing list: the bundled version of
hashed-storage has the right version. With the new cabal sandbox feature
this is very easy to do:
cabal sandbox init
cabal sandbox add-source hashed-storage
cabal install
A note in the README that shows these commands would be helpful.
|