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: { cabal.mkDerivation (self: {
pname = "filestore"; pname = "filestore";
version = "0.6"; version = "0.6.0.1";
sha256 = "1bmsqxrkiqw791h0xwasry3jm56rjsyvl9l5r78209bhiv5v6xk0"; sha256 = "1la30bimcjngcv5dyx1a9x8lr8c4zs0dp4kzh8y5mjf8snky1avf";
isLibrary = true; buildDepends = [ Diff filepath parsec split time utf8String xml ];
isExecutable = true; testDepends = [ Diff filepath HUnit mtl time ];
buildDepends = [
Diff filepath HUnit mtl parsec split time utf8String xml
];
jailbreak = true;
doCheck = false; doCheck = false;
meta = { meta = {
description = "Interface for versioning file stores"; description = "Interface for versioning file stores";