haskell-filestore: update to version 0.6.0.1

This commit is contained in:
Peter Simons 2013-03-21 11:15:42 +01:00
parent c06acb1bfb
commit fda16ef232

View file

@ -4,14 +4,10 @@
cabal.mkDerivation (self: {
pname = "filestore";
version = "0.6";
sha256 = "1bmsqxrkiqw791h0xwasry3jm56rjsyvl9l5r78209bhiv5v6xk0";
isLibrary = true;
isExecutable = true;
buildDepends = [
Diff filepath HUnit mtl parsec split time utf8String xml
];
jailbreak = true;
version = "0.6.0.1";
sha256 = "1la30bimcjngcv5dyx1a9x8lr8c4zs0dp4kzh8y5mjf8snky1avf";
buildDepends = [ Diff filepath parsec split time utf8String xml ];
testDepends = [ Diff filepath HUnit mtl time ];
doCheck = false;
meta = {
description = "Interface for versioning file stores";